You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the demo projects can be compiled successfully, but trying to Build and Run end up with a similar error. The following error is common for AppHorizontalScrollViewDemo1, AppContactManagerDemo1, probably others
Here the message is for AppHorizontalScrollViewDemo1, but for other projects the message is similar, just subpathes should be changed to the corresponding one
Panic: [javac] _{ root of Lamw components }_ \demos\GUI\AppHorizontalScrollViewDemo1\src\com\example\ apphorizontalscrollviewdemo1\android-30\jImageView.java:1032: error: local variable _cornersRadius is accessed from within inner class; needs to be declared final
The text was updated successfully, but these errors were encountered:
The proposed request fixes the file ...\android_wizard\smartdesigner\java\jImageView.java and both mentioned projects (AppHorizontalScrollViewDemo1, AppContactManagerDemo1) is built and run successfully after.
LAMW 0.8.6, jdk 1.8.0.101, NDK 19.2.5345600
Some of the demo projects can be compiled successfully, but trying to Build and Run end up with a similar error. The following error is common for AppHorizontalScrollViewDemo1, AppContactManagerDemo1, probably others
Here the message is for AppHorizontalScrollViewDemo1, but for other projects the message is similar, just subpathes should be changed to the corresponding one
Panic: [javac] _{ root of Lamw components }_ \demos\GUI\AppHorizontalScrollViewDemo1\src\com\example\ apphorizontalscrollviewdemo1\android-30\jImageView.java:1032: error: local variable _cornersRadius is accessed from within inner class; needs to be declared final
The text was updated successfully, but these errors were encountered: