Hi everyone, this time i'm having a new trouble. When i try to export a package, the console trhows the following output:
C:\Users\Erwrow\AppData\Local\Temp\android8460647747353924441sketch\app\build.gradle: Error: Project depends on com.google.android.support:wearable:2.0.5, so it must also depend (as a provided dependency) on com.google.android.wearable:wearable:2.0.5 [GradleCompatible]
Explanation for issues of type "GradleCompatible": There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion.)
1 errors, 0 warnings
then generates the .apk file but it seems "damaged" and don't install. What am i doing wrong?