new_danoptic
Member
I updated the sdk
I succeed running the other examples like AuthSample
I changed the manifest so it's the new format
I removed all the additional jars files
And still I get the same error
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			I succeed running the other examples like AuthSample
I changed the manifest so it's the new format
I removed all the additional jars files
And still I get the same error
			
				manifest:
			
		
		
		'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.DarkTheme)
'End of default text.
'########   Firebase   ###########
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications)
CreateResourceFromFile(Macro, FirebaseAnalytics.FirebaseAnalytics)
'CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds)
CreateResourceFromFile(Macro, FirebaseAuth.FirebaseAuth)
'########   End Firebase   ###########
	
			
				log:
			
		
		
		B4A Version: 9.80
Java Version: 11
Parsing code.    (0.01s)
Building folders structure.    (0.02s)
Compiling code.    (0.05s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Generating R file.    (0.00s)
Compiling debugger engine code.    (0.00s)
Compiling generated Java code.    Error
B4A line: 89
Log($\
src\com\kadalshany\firestoreex\main.java:486: error: cannot access QuerySnapshot
anywheresoftware.b4a.keywords.Common.LogImpl("4131096",("Driver_Snapshot("+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_snap.getSize()))+","+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_snap.getObject()))+")"),0);
                                                                                                                                                                                                                                                            ^
  class file for com.google.firebase.firestore.QuerySnapshot not found