I wish I understood what I'm looking at right now,
using the tutorial mentioned above, everything went well until the actual signing. it gives me the following error
-Djava.ext.dirs=C:\Users\krisv\AppData\Local\Android\sdk1\build-tools\25.0.3\lib is not supported. Use -classpath instead.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
anyone know what to do here? I've got the key and the alligned apk in the folder I'm running the command on
I'm having the same exact error after following the guide. Here are my results:
C:\Users\Sean\Desktop\LBP GoolePlayPublish>c:\users\Sean\AppData\Local\Android\sdk\build-tools\26.0.2\apksigner sign --ks release-key.jks --out signed.apk aligned.apk
-Djava.ext.dirs=c:\Users\Sean\AppData\Local\Android\sdk\build-tools\26.0.2\lib is not supported. Use -classpath instead.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.