Good evening!
After a very long time I tried to run a quite old project which was always successfully compiled in the past.
But in menatime, I receive this error message:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
   
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			After a very long time I tried to run a quite old project which was always successfully compiled in the past.
But in menatime, I receive this error message:
			
				Compilation:
			
		
		
		B4A line: 241
If Parameters.Length > 0 Then sb.Append(\
shell\src\b4a\hud21\httpjob_subs_0.java:262: error: cannot find symbol
if (RemoteObject.solveBoolean(">",httpjob._parameters.getField(true,"length"),BA.numberCast(double.class, 0))) {
                                                     ^
  symbol:   method getField(boolean,String)
  location: variable _parameters of type parameters
1 erro
	
			
				B4X:
			
		
		
		    Private httpjob1 As HttpJob
    httpjob1.Initialize("httpjob1", Me)
     httpjob1.Download(addr)        'result will be catched by JobDone() in this module