I downloaded processing, android mode and android SDK several times, but every time i try to export the signed package of a large project (pretty much 1300 lines of code) processing never end the operation:
Processing start to export the package, but at the end, after "release:" is printed, no one folder is created in the sketch folder. In addiction, while processing is exporting the package, nearly at the bottom-right corner of the IDE there's a rectangle, whose presence states that processing is exporting. this rectangle remains also after "release:" is printed.
The sketch of course has no errors, and the not signed apk runs smoothly on my android device.
I tried to export the android project and open it with android studio, but with the exported project android studio doesn't show the button to export the signed package(i'm sure of this).
How can i fix this problem? Thanks