Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 941

Errors when exporting signed package

$
0
0

When trying to export my app's signed package, I get this error:

The keystore could not be created, due to the following error:

Build folder: C:\Users\User\AppData\Local\Temp\android9025829233428918515sketch
The setTestClassesDir(File) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the setTestClassesDirs(FileCollection) method instead.
The getTestClassesDir() method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the getTestClassesDirs() method instead.
The ConfigurableReport.setDestination(Object) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the method ConfigurableReport.setDestination(File) instead.

What is causing it?


Viewing all articles
Browse latest Browse all 941

Trending Articles