P pmarcantonio New Member Licensed User Longtime User Jun 17, 2020 #1 I am new to this software. I did MyFirstProgram using the Bridge, then I did Compile and Run. I removed my phone from the computer buy all I got was "Waiting For IDE" how do i install My APP so it can run anytime.
I am new to this software. I did MyFirstProgram using the Bridge, then I did Compile and Run. I removed my phone from the computer buy all I got was "Waiting For IDE" how do i install My APP so it can run anytime.
JohnC Expert Licensed User Longtime User Jun 17, 2020 #2 That means your IDE is in "DEBUG" mode. Just click the drop-down that says "DEBUG" in the toolbar of the IDE and change it to "Release". Then do another compile and the app will be able to run on your device without being connected to the PC. Upvote 0
That means your IDE is in "DEBUG" mode. Just click the drop-down that says "DEBUG" in the toolbar of the IDE and change it to "Release". Then do another compile and the app will be able to run on your device without being connected to the PC.