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.
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.
Depends on what, where is my installed program?
thanks in advance
Steven
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
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.
Depends on what, where is my installed program?
thanks in advance
Steven