I'm trying to test the Ultimate List View grid and trying to load the Database demo, when the ide load the program on the phone it shoots a message
"The Google play Store application has crashed abnormally"
Pc with B4 13.40, sdk35, UltimateListView 4.50
Phone with Android 6 + B4A Bridge 2.67
Manifest is:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
		
		
	
	
		 
	
Any advice on why i can't load the program on the phone?
			
			"The Google play Store application has crashed abnormally"
Pc with B4 13.40, sdk35, UltimateListView 4.50
Phone with Android 6 + B4A Bridge 2.67
Manifest is:
			
				B4X:
			
		
		
		' Default section
AddManifestText(
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="35"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
' Plus the sdk 35 LightTheme section
SetApplicationAttribute(android:theme, "@style/LightTheme")
CreateResource(values, theme.xml,
<resources>
    <style
        name="LightTheme" parent="@android:style/Theme.Material.Light">
       <item name="android:actionMenuTextAppearance">@style/LowerCaseMenu</item>
       <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
    </style>
     <style name="LowerCaseMenu" parent="android:TextAppearance.Material.Widget.ActionBar.Menu">
        <item name="android:textAllCaps">false</item>
    </style>
</resources>
)Any advice on why i can't load the program on the phone?
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		