Compile Exported folder into APK
in
Android Processing
•
1 month ago
So, I made a small program using the Android mode in Processing, then selected "Export Android Project" -- It exported a bunch of files to an "android" folder. Namely, these:
assets/
libs/
res/
src/
AndroidManifest.xml
ant.properties
build.xml
local.properties
project.properties
Keeping in mind that I'm a
complete newbie, and am on Windows, how would I compile this into a .apk (I don't need it signed, as it's just for my personal android device)?
1