naifnas Active Member Licensed User Nov 29, 2017 #1 I already do source program so i want compile to app APK how ? thanks Attachments make.png 155 KB · Views: 172
NJDude Expert Licensed User Longtime User Nov 29, 2017 #2 The answer is right there on that menu: Compile and Run (F5) Upvote 0
naifnas Active Member Licensed User Nov 29, 2017 #3 thanks you means i choose Compile and Run ? after please where i find file. APK ? Upvote 0
NJDude Expert Licensed User Longtime User Nov 29, 2017 #4 You will find the generated APK under your project's OBJECTS directory . Upvote 0
naifnas Active Member Licensed User Nov 29, 2017 #5 This .. Hakeem_RAPID_DEBUG.apk ???? but I try copy to mobile after test it not work Attachments make.png 253.7 KB · Views: 192 Upvote 0
NJDude Expert Licensed User Longtime User Nov 29, 2017 #6 You do not copy the APK, just connect your device to the IDE and magic will happen.. My friend, I think you need to read the documentation, you can find the links on my signature below. Upvote 0
You do not copy the APK, just connect your device to the IDE and magic will happen.. My friend, I think you need to read the documentation, you can find the links on my signature below.
naifnas Active Member Licensed User Nov 29, 2017 #7 I know this but if i want add to Google play what file I install ? I try read this but cant Basic4android Updates and Questions - Basic4ppc / Basic4android - Android programming Upvote 0
I know this but if i want add to Google play what file I install ? I try read this but cant Basic4android Updates and Questions - Basic4ppc / Basic4android - Android programming
NJDude Expert Licensed User Longtime User Nov 29, 2017 #8 Ok, then you do need the APK from the location I mentioned above, HOWEVER, you must compile in RELEASE mode not DEBUG. Upvote 0
Ok, then you do need the APK from the location I mentioned above, HOWEVER, you must compile in RELEASE mode not DEBUG.
naifnas Active Member Licensed User Nov 29, 2017 #9 exactly.. ok thanks sir NJDude very much Upvote 0