+ 1
How to make a apk file?
If I write an app with Java and compile it on a computer, how do I exactly make an app?
2 Answers
+ 5
Apk its an extenstion for android packaged apps and if you want create they, you have to download android sdk (and android studio for make it easly) and compile your app... Note that a "normal" java app dont compile on it because you have to follow some rules for make android app... futhermore android sdk is DIFFERENT by jdk