Hi All!
This is a very basic question. I am not new in b4a, but sometimes I am surprized.
I made a small example program (after a lot big program) and installed and debug on an android (7.1.2) device. The package name is the simplest b4a.example.
B4X:
#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#BridgeLogger: True
#End Region
Then I wanted use the IDE -> file explorer but there is no my package in Android/data.
I installed after a release mode also, but my program is no in file explorer. I have another bigger project(s) what resides in Android/data.
Moreover this is an android TV box, PC can see nothing if box is connected to pc.
I can't use ES file explorer, because I need to my program can handle if pendrive is connected to my device. When ES file explorer is installed, it always pop-up what I don't want. And the main issue is, what is the reason, that the installation process take one package into the Android/data, and other packages takes to another place.
Ok, thank you Manfred!