Hello,
I’m working with the following sample in Android Studio 2023.3.1: GitHub - MicroEJ/Example-Java-Widget at 8.1.0
I’m getting the following error when trying to debug the application on Simulator:
=============== [ Initialization Stage ] ===============
=============== [ Converting fonts ] ===============
=============== [ Converting images ] ===============
=============== [ Launching on Simulator ] ===============
"Internal limits reached."
See error log file: C:\Users\Fab\AppData\Local\Temp\microej\s3\s3_1720450958372.log
<===========--> 87% EXECUTING [2m 57s]
> :runOnSimulator
Here is an extract of s3_1720450958372.log:
java.lang.NullPointerException
at ist.s3.debug.req.ClassPrepareEventRequest.eventRequestCompleted(ClassPrepareEventRequest.java:14)
at ist.s3.debug.EventFilter.finalizeEventRequest(EventFilter.java:307)
at ist.s3.lang.java.JavaNativesPoolDebug.EventDispatcher_finalizeEventRequest(JavaNativesPoolDebug.java:2168)
at ist.s3.lang.java.JavaNativesPoolDebug.invokeNative(JavaNativesPoolDebug.java:633)
at ist.s3.load.Loader.invokeNative(Loader.java:1136)
at ist.s3.proc.Interpretor.invokeNative(Interpretor.java:1470)
at ist.s3.proc.Interpretor.invokeMethod(Interpretor.java:1205)
at ist.s3.proc.Interpretor.invokestatic(Interpretor.java:1927)
at ist.s3.proc.Interpretor.run(Interpretor.java:5030)
at ist.s3.proc.Interpretor.Run(Interpretor.java:3122)
at ist.s3.threads.S3InterpretedThread$1.call(S3InterpretedThread.java:53)
at icetea.os.internal.InternThread$1.run(InternThread.java:147)
at java.base/java.lang.Thread.run(Thread.java:829)
I followed the steps described in SDK6 Developer Guide: Run on Simulator — MicroEJ Documentation
What did I miss?
Regards,
Fabrice