Android Question "App not Installed" (when using Services)

maleche

Active Member
Licensed User
Longtime User
B4A Version 6.3 gives me an error "App not installed" on the device when compiling with Service Modules.
No compile error in logs unfiltered or not.
All other programs compile and load to device without errors.
any suggestions?
 

maleche

Active Member
Licensed User
Longtime User
no previous version of the app exist on the device . new initial app.
thanks for your reply .
 
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
Are you doing a debug compile or a release compile? If it's a release compile, is it signed? You might want to look at this thread.

- Colin.
 
Upvote 0

maleche

Active Member
Licensed User
Longtime User
yes. I tried debug and release, and with signing.
I also tried 3 different android devices and still it did not install .
I Uninstalled and reinstalled B4A, SDK, and , JRE and it won't install if there is a service module with the compiled code.
it there a test code with a service module I can try?
thanks again
 
Upvote 0

maleche

Active Member
Licensed User
Longtime User
I tried the BLE example which compiles as B4A Example. I received the "Application not installed" and "Package with that name and different signature already installed".
I deleted the app "B4A Example" and changed the name to "BLE_Test" and still received the above error and not installed.
where can i find how to connect with usb to upload to device?
thanks.
 
Upvote 0

Gianluca Esposito

Member
Licensed User
Longtime User
hi,
I have a similar problem. The application error not installed it I note when the device is switched off with the open application. It does not use database services. What can I check?
Thanks
 
Upvote 0
Top