Android Question app Location on Device

Declan

Well-Known Member
Licensed User
Longtime User
I have my device connected via USB.
If I run under Debug, I can find my app in: Phone storage\Android\data
However, if I run under Release to install my app on the device, I cannot find my app in the device.
To what location in the device is the app installed under Release mode?
 

wy328

Member
Licensed User
Longtime User
some devices may try to install apps in sdcard first.
edit #CanInstallToExternalStorage: False, and try again?
 
Upvote 0
Top