Android Question how to create apk

Franco Neil Glovasa

Member
Licensed User
Longtime User
hi,

just wanna ask if how can I create apk on basic4android. I have tried by clicking Project->Compile (without signing) and it generates a file in "C:\Users\xxx\Documents\basic4android\Objects\bin\myapp.ap_".

Tried to rename the myapp.ap_ to myapp.apk, and copied the same on the sd card of my phone and it says "application not installed".

any idea on how to fix this?

thanx
 

DonManfred

Expert
Licensed User
Longtime User
Use it WITH signing... CTRL-1 to compile....
The apk is then in C:\Users\xxx\Documents\basic4android\Objects\
 
Upvote 0

Euxaes

Member
Licensed User
Longtime User
Kindly refer to this link on the wiki.

It's pretty simple, just click the "play" button as seen on the image then navigate to the project folder and look for the folder named "Objects". The apk file should be there.

BszgnGf.png
 
Upvote 0
Top