Some of my users complain about the "hollow font" in KitKat.
Since I don't have a KitKat device, I installed the SDK for android 4.4
First hurdle: AVD manager would not let me define a 4.4 device until I also installed "ARM EABI v7a System Image"
I did that, and defined a 4.4 device 4.0" 480x800
Second hurdle:
Trying to compile the program I got the error msg:
Installing file to device. Error
pkg: /data/local/tmp/myapp.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]
Setting CanInstallToExternalStorage attribute to False may solve this problem.
I changed Module Attributes to:
#CanInstallToExternalStorage: False
Now it compiled and I get the hollow fonts.
Still, how can I specify
#CanInstallToExternalStorage: True
so the app can be installed to external storage?
Third hurdle:
Hollow font.
I replaced core.jar with the one supplied
here
Font is OK.
Question remains:
how can I specify
#CanInstallToExternalStorage: True
so the app can be installed to external storage?
Side note: nothing to do with B4A, but 4.4 emulator is
EXTREMELY slow.