P Paul Jennings Member Licensed User Longtime User Sunday at 8:13 PM #1 App I wrote for my old phone won't install. Error states it is not compatible with my phone. It uses Bluetooth in the app. Thank you pj
App I wrote for my old phone won't install. Error states it is not compatible with my phone. It uses Bluetooth in the app. Thank you pj
Sagenut Expert Licensed User Longtime User Sunday at 8:16 PM #2 Check in the Manifest the minimum and target SDK Be sure that minimum is compatible with the android version of the device.
Check in the Manifest the minimum and target SDK Be sure that minimum is compatible with the android version of the device.
Erel B4X founder Staff member Licensed User Longtime User Monday at 5:34 AM #3 The targetSdkVersion must be 23 or higher.