Android Question How can we run the program without IDE?

DonManfred

Expert
Licensed User
Longtime User
If you go to the place where all apps are listed... There is your app too. Respectively a shortcut to it... Place this shortcut on your desktop to run your app
 
Upvote 0

derez

Expert
Licensed User
Longtime User
1. After running the application (in release mode) with a device connected (bridge or usb) you'll have an icon with the app name in the device applications menu and you can run it from there.
2. In objects directory you'll find the apk file, you can copy it to a device and run it there to install the application.
 
Upvote 0
Top