Android Question App wont install - no error in B4A....

andyp

Member
Licensed User
Hi. Just updated to B4A 12.50 (was on 12.20 I think)....

No changes to my app.... Compiles and 'installs' with no errors (according to the B4A dialogue)
```
B4A Version: 12.50
Parsing code. (0.08s)
Java Version: 8
Building folders structure. (0.07s)
Compiling code. (0.08s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.31s)
Linking resources (0.51s)
Compiling generated Java code. (0.05s)
Finding libraries that need to be dexed. (0.02s)
Dex code (1.32s)
Dex merge (4.49s)
Copying libraries resources (0.89s)
ZipAlign file. (0.05s)
Signing package file (debug key). (1.24s)
Installing file to device. (0.07s)
Installing with B4A-Bridge.
Completed successfully.
```
But after hitting install on the phone, it says 'app not installed'.....

I tried using the apk in an emulator (Android Studio) and after ticking a box about SDK or something (useless I know!) it works fine....

Any ideas how to debug? Thanks!
 

andyp

Member
Licensed User
Well, sorted..... I installed the app over USB, and now it installs fine over WiFi..... strange but all working :)
 
Upvote 0
Top