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
Dear sir
This app is very useful for my mapbox project . I have built my project in java. I am not able to convert this to java by myself. How can I convert this to a working version of java. I have tried to do Kotlin decompile function in Android Studio. Not working. Is there any way that you could help me?
Nevertheless, even if I am trying to run and execute it in Kotlin, in the line 162 symbols.forEach{k,v->v.iconImage = ID_ICON_LOCATION} - the forEach iterator can not be recognized/resolved. Even though the lines from 35-41 is included in the activity.
The text was updated successfully, but these errors were encountered:
khkhy
changed the title
How to convert this kotlin project to JAVA
forEach is unresolved reference
Dec 15, 2021
Dear sir
This app is very useful for my mapbox project . I have built my project in java. I am not able to convert this to java by myself. How can I convert this to a working version of java. I have tried to do Kotlin decompile function in Android Studio. Not working. Is there any way that you could help me?
Nevertheless, even if I am trying to run and execute it in Kotlin, in the line 162
symbols.forEach{k,v->v.iconImage = ID_ICON_LOCATION}
- the forEach iterator can not be recognized/resolved. Even though the lines from 35-41 is included in the activity.The text was updated successfully, but these errors were encountered: