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 ?
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.