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:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
I changed Module Attributes to:
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Now it compiled and I get the hollow fonts.
Still, how can I specify
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
 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
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
 so the app can be installed to external storage?
Side note: nothing to do with B4A, but 4.4 emulator is EXTREMELY slow.
			
			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:
			
				B4X:
			
		
		
		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:
			
				B4X:
			
		
		
		#CanInstallToExternalStorage: False
	Still, how can I specify
			
				B4X:
			
		
		
		#CanInstallToExternalStorage: True
	Third hurdle:
Hollow font.
I replaced core.jar with the one supplied here
Font is OK.
Question remains:
how can I specify
			
				B4X:
			
		
		
		#CanInstallToExternalStorage: True
	Side note: nothing to do with B4A, but 4.4 emulator is EXTREMELY slow.