Android Question errors after update to v10.2

zmrcic

Member
Licensed User
everything was working fine....then I updated from 9.8 to 10.2 and I get this...
I have increase MaxRamOfDex, like someone suggested, no use
B4A Version: 10.2
Java Version: 11
Parsing code. (0.13s)
Building folders structure. (0.04s)
Compiling code. (0.60s)
Compiling layouts code. (0.03s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.00s)
Compiling debugger engine code. (0.01s)
Compiling generated Java code. (0.02s)
Convert byte code - optimized dex. Error
warning: Ignoring InnerClasses attribute for an anonymous inner class
(net.sourceforge.jtds.jdbc.CharsetInfo$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(net.sourceforge.jtds.jdbc.ConnectionJDBC2$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(net.sourceforge.jtds.jdbc.DateTime$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(net.sourceforge.jtds.jdbc.TdsCore$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(net.sourceforge.jtds.jdbc.Support$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(net.sourceforge.jtds.ssl.SocketFactories$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
warning: Ignoring InnerClasses attribute for an anonymous inner class
(net.sourceforge.jtds.ssl.SocketFactoriesSUN$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/salvadorjhai/widgets/JSListView;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/salvadorjhai/widgets/JSListView$1;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/salvadorjhai/widgets/JSListView$2;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/salvadorjhai/widgets/JSListView$ItemViewLayout;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/salvadorjhai/widgets/JSListView$SimpleListAdapter;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/tomlost/MSSQL/MSSQL;
6 errors; aborting
 

zmrcic

Member
Licensed User
Yeah, I opened jars using 7z and deleted files stated in error log...it's ok now. How come I did not have this problem with B4X version 9.80?
 
Upvote 0
Top