C clooney48 Active Member Licensed User Longtime User Oct 17, 2013 #1 Strange! Until now I could run my test app on the phone autonomically i.e. after it was compiled and transferred to the phone I didn´t need anymore the connection to the pc. I could start it directly on the phone. Now this is no more possible. The app tries to start, I see - as always - "Waiting for IDE debugger to connect" but then it returns to the screen with the apps. Also when I create an apk file it is the same. It cannot be a problem with the program because also my old versions which are not changed don´t run anymore. I use a HTC one. Could it be that I changed by chance sth. on the phone?
Strange! Until now I could run my test app on the phone autonomically i.e. after it was compiled and transferred to the phone I didn´t need anymore the connection to the pc. I could start it directly on the phone. Now this is no more possible. The app tries to start, I see - as always - "Waiting for IDE debugger to connect" but then it returns to the screen with the apps. Also when I create an apk file it is the same. It cannot be a problem with the program because also my old versions which are not changed don´t run anymore. I use a HTC one. Could it be that I changed by chance sth. on the phone?
NJDude Expert Licensed User Longtime User Oct 17, 2013 #2 If you see that message is because you are in debug mode, change the compiling type to RELEASE. Upvote 0
C clooney48 Active Member Licensed User Longtime User Oct 17, 2013 #3 clooney48 said: Strange! Until now I could run my test app on the phone autonomically i.e. after it was compiled and transferred to the phone I didn´t need anymore the connection to the pc. I could start it directly on the phone. Now this is no more possible. The app tries to start, I see - as always - "Waiting for IDE debugger to connect" but then it returns to the screen with the apps. Also when I create an apk file it is the same. It cannot be a problem with the program because also my old versions which are not changed don´t run anymore. I use a HTC one. Could it be that I changed by chance sth. on the phone? Click to expand... Solution: This effect is due to the fact that I compiled the program by the new rapid debugger. When I compile it with the normal debugger everything is fine. Thank goodness! ;-) Upvote 0
clooney48 said: Strange! Until now I could run my test app on the phone autonomically i.e. after it was compiled and transferred to the phone I didn´t need anymore the connection to the pc. I could start it directly on the phone. Now this is no more possible. The app tries to start, I see - as always - "Waiting for IDE debugger to connect" but then it returns to the screen with the apps. Also when I create an apk file it is the same. It cannot be a problem with the program because also my old versions which are not changed don´t run anymore. I use a HTC one. Could it be that I changed by chance sth. on the phone? Click to expand... Solution: This effect is due to the fact that I compiled the program by the new rapid debugger. When I compile it with the normal debugger everything is fine. Thank goodness! ;-)