Android Question New compilation error

gebleau

New Member
Licensed User
Longtime User
Hi,
Now, I have this error at the compilation ?
(No before with the same code)

B4A version: 5.20
Parsing code. (0.02s)
Compiling code. (0.18s)
Compiling layouts code. (0.01s)
Generating R file. (0.44s)
Compiling generated Java code. (1.20s)
Convert byte code - optimized dex. (0.64s)
Packaging files. (0.30s)
Copying libraries resources (0.17s)
Found 4 resource files.
Signing package file (debug key). (0.90s)
ZipAlign file. (0.11s)
Installing file to device. Error
pkg: /data/local/tmp/cdes_gean.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]

Why ?

Thanks
 

eurojam

Well-Known Member
Licensed User
Longtime User
do you use a virtual device? If it is an emulator, edit it and add more memory. you can also have a look to your manifest file, if it says
android:installLocation="preferExternal" change it to android:installLocation="auto"
 
Upvote 0
Top