Android Question Emulator

Declan

Well-Known Member
Licensed User
Longtime User
I have created an AVD device in AVD Manager.
I start the AVD and it displayes with the ANDROID logo animation.
When I run my project, I get the following error:
B4X:
B4A version: 5.20
Parsing code.    (0.07s)
Compiling code.    (0.11s)
Compiling layouts code.    (0.03s)
Generating R file.    (0.09s)
Compiling generated Java code.    (1.88s)
Convert byte code - optimized dex.    (0.94s)
Packaging files.    (0.24s)
Copying libraries resources    (0.04s)
Signing package file (debug key).    (0.94s)
ZipAlign file.    (0.09s)
Installing file to device.    Error
failed to copy 'iStock.apk' to '/data/local/tmp/iStock.apk': No such file or directory

Looking at other threads on the forum, I have deleted the AVD and created a new one with the same result
 

DonManfred

Expert
Licensed User
Longtime User
Avoid using the emulator! It is slow and unreliable.
Use a real Device or a virtual machine like GenyMotion instead
 
Upvote 0
Top