We are about to switch to a new forum software. Until then we have removed the registration on this forum.
So I needed the apk from my processing sketch (Andriod mode) so I went ahead and exported the signed package but now it just says "Exporting signed package..." so how would I solve this?
Answers
Do you have some screenshots ? I think that it already happened to me.
I get this too on largish projects. Small seems to be fine. Same when using APDE ...
@hudson_m4000 that would explain it, you didn't find a solution?
@Felix56 of what would you like the screenshot? the code, console or something else
You should consider creating a ticket in github explaining the problem. It would be great if they can reproduce the problem...
https://github.com/processing/processing-android/issues
These next issues were reported before: https://github.com/processing/processing-android/issues/168 https://github.com/processing/processing-android/issues/152
Kf
@schotsl no solution! I have to export the project and create apks in other software ... currently use AIDE on my phone
@hudson_m4000 Thanks although the AIDE keeps the apk debuggable which I don't want since I need to export it to the play store. I changed debuggable to false inside the AndriodManifest but that doesn't change it?
@kfrajer I will create a ticket when I posted it I'll put the link here.
@hudson_m4000 nevermind I found out how do disable debuggable. Thank you anyway
@schotsl Great to hear it's working for you
And so what is your solution @schotsl, can you share it please ?
@Felix56 My bad, firstly I import my code and data from processing to the APDE (https://play.google.com/store/apps/details?id=com.calsignlabs.apde) by just copying everything then I disable debuggable in the AndriodManifest file then I just export a signed package. I don't know if you actually have to disable debuggable yourself maybe it happens automatically when you export but I disabled it manually anyway.
Ok, thank you very much :)