thank you so very much for your reply. I am so frustrated from this suppose to be so simple - but it is seriously drive me nuts!
I decided to simply layoff and stay away for a day and rethink my steps.
I couldn't figure out when I will have it installed successfully or get that message.
once it is working if I am changing the version code and version number in #main
#Region Project Attributes
#ApplicationLabel: Tagname Navigator
#VersionCode: 117
#VersionName: 1.17
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
#End Region
I work with b4xpages.
during work I added a page , called it "page 4", then added a new page as "scanpage" while deleting the 'page 4' .
I also changed the manifest couple of times....
I did try to change the project's name - no success.
I think that DonManfred was right at saying "there is something wrong with your app".
I returned from a long resting day thinking of starting the project from scratch.
but if this message will appear again ....... OMG dont want to think about it. made me so pissed!
-What is your device and which Android version is it running?
I am using samsung galaxy a71 with the b4xBridge and the latest android .
-Have you previously installed an app successfully on this device? Is developer mode enabled?
yes developer mode is enabled and successfully installed built and rebuild from version 100 to version 117.
now it won't work when other attempts were succeeded earlier :
1. changed the version code
2. uninistall earlier versions
3. looking at the settings - sometimes the app showed without an icon , just with its package name - and had to uninstalled it there.
4. cleaning the project
5. restrating the gdphone
just for refference here is the manifest. maybe I did something wrong there by mistake?
AddManifestText(
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
AddPermission(android.permission.CAMERA)
AddPermission(android.permission.WRITE_EXTERNAL_STORAGE)
AddPermission(android.permission.FLASHLIGHT)
AddPermission(android.permission.VIBRATE)
AddPermission(android.hardware.camera)
AddPermission(android.hardware.camera.autofocus)
AddManifestText(
<application>
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
</application>
)