Android Question Installing file to device. Error

Rusty

Well-Known Member
Licensed User
Longtime User
I installed this SDK Manager update in order to begin wearables development and now ALL my previously working (like earlier this morning) applications get the below error.


B4A Version: 9.00
Parsing code. (0.13s)
Building folders structure. (0.06s)
Compiling code. (0.98s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Generating R file. (0.21s)
Compiling debugger engine code. (6.77s)
Compiling generated Java code. (4.44s)
Convert byte code - optimized dex. (2.73s)
Packaging files. (0.73s)
Copying libraries resources (0.01s)
Signing package file (debug key). (1.05s)
ZipAlign file. (0.05s)
Installing file to device. Error

If I connect via B4aBridge, it will compile and install, but with the USB connection, I get the above error...
I've installed the SDK and updated the Android Studio...

Any suggestions?
Thanks
Rusty
 

aidymp

Well-Known Member
Licensed User
Longtime User
Same here! ALL OF THEM! On the emulator it seems to install, but the compiler always ends in same log as the post above!

Then the App fails to run! With the usual crash box "YOURAPP isnt responding , X Close app , Wait..." But i know the code works!

###### EDIT solved in this post!
 
Last edited:
Upvote 0
Top