We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I tried to build my first apk, strictly following what's written here. http://android.processing.org/tutorials/getting_started/index.html I generated the apk but, when I try to install it on the device (LG G4) I got a parsing error. I am running Android 6.0. Target sdk is 26 (min 17). BTW...is there a way to change it? Tried to change the manifest but it's rewritten by the IDE...
Answers
What does the error say?
Not sure if it is possible in the latest Android Mode in Processing. Check this post and see if it helps: https://forum.processing.org/two/discussion/comment/107176/#Comment_107176
Kf
Make sure the package name in the manifest has at least one "." in it
@magrini===
what the error says???
for the manifest change it in your build.gradle file
Thanks Hudson, it was the name...