Help with apk

SoyEli

Active Member
Licensed User
Longtime User
Hello,

I'm new here, and have spent some time with the search button with no luck.

I have purchased the basic4android, is a greate program !
But can not find howto make a " APK " file.
The X program works good with the emulator & phone, now I need to make the .apk file

Thank you: :)
SoyEli
 

kickaha

Well-Known Member
Licensed User
Longtime User
When you complie (or compile and run) an app, the APK file is built and stored in the Objects directory of your apps directory.
 
Upvote 0

SoyEli

Active Member
Licensed User
Longtime User
Thank you for the reply

Thank you:
but i can't find the "Objects directory or apps directory"

I have windows xp
 
Upvote 0

kickaha

Well-Known Member
Licensed User
Longtime User
look in the directory you saved your project in (that is what I meant when I said your apps directory), you should see a directory called "Objects", that is what I was refering to - th APK file is in there.
 
Last edited:
Upvote 0

SoyEli

Active Member
Licensed User
Longtime User
apk

Thank you for the reply:

The only thing close to it is "Power_DEBUG.apk"
"Power is the name of the app.

Is this it ?
 
Upvote 0

kickaha

Well-Known Member
Licensed User
Longtime User
Thank you for the reply:

The only thing close to it is "Power_DEBUG.apk"
"Power is the name of the app.

Is this it ?

Yes, but you have got the debugger attached - read this thread for info.

On the Project menu, if you uncheck "Attach debugger" and compile the app, you will get the correct APK.
 
Upvote 0

SoyEli

Active Member
Licensed User
Longtime User
apk

Thank you:

I will look into it tomorrow, Going home for the day :)

Again thank you:
 
Upvote 0
Top