Android Question No APK file found

eng.khalidvb

Member
Licensed User
Longtime User
Hi all
I have complete my app but when I try to find the .apk file in Object folder its not there ?

any solution ?:confused:
 

DonManfred

Expert
Licensed User
Longtime User
you must compile the app
 
Upvote 0

eng.khalidvb

Member
Licensed User
Longtime User
I did the compile and i found the .apk file in the object folder but when I try to install it into my device it show me like ( Waiting for IDE debugger to connct ) after that it closed itself. whats wrong ?
 
Upvote 0

HotShoe

Well-Known Member
Licensed User
Longtime User
Compile it in release mode.

--- Jem
 
Upvote 0

eng.khalidvb

Member
Licensed User
Longtime User
Thanks I did it this is the steps:

In the IDE, select the Release mode from the second horizontal bar menu which is shown in the small box then connect your device and compile the project in release mode. After compiled the project go to your project folder then go to the object folder the apk file will be created.


Thanks all
 
Upvote 0

eps

Expert
Licensed User
Longtime User
As mentioned above, if you compile in debug when you install the App it should attempt to connect to the debugger if available. If the debugger is not available it should still start after that initial period of attempting to contact the debugger. It sounds like you've got another issue with your App, I would connect it up and start in debug, with the B4A Bridge installed and step through the App to the error location.
 
Upvote 0
Top