processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Problem while trying to export a signed package

Open erwrow opened this issue 7 years ago • 1 comments

Hi, i don't know if this is the right place for this. Anyway, as the title suggest, i'm having the following error over the console when i try to export a signed (what i really need's the unsigned one) package:

`C:\Users\MANUFACTURA2\AppData\Local\Temp\android4068201749015850745sketch\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`

what i did was to add the wearable-2.0.5.jar to the "code" folder, without success. What could the issue be?

erwrow avatar Feb 15 '18 12:02 erwrow

Thanks for posting this issue, I think it may be due to a dependency conflict in the libraries used by processing-core on Android, will look closer into it.

codeanticode avatar May 23 '18 00:05 codeanticode