How to open and run the converted kotlin code in Android Studio? #280
-
Hi developers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can open and run your app in Android Studio: https://skip.tools/docs/platformcustomization/#android-studio This is useful for seeing the generated Kotlin and running the app in a debugger. However, you cannot change the generated Kotlin, since the Swift to Kotlin transpiler only goes one way. However, you can integrate raw Kotlin with your Skip app, which you can edit in Android Studio: https://skip.tools/docs/platformcustomization/#kotlin-files |
Beta Was this translation helpful? Give feedback.
You can open and run your app in Android Studio: https://skip.tools/docs/platformcustomization/#android-studio
This is useful for seeing the generated Kotlin and running the app in a debugger. However, you cannot change the generated Kotlin, since the Swift to Kotlin transpiler only goes one way. However, you can integrate raw Kotlin with your Skip app, which you can edit in Android Studio: https://skip.tools/docs/platformcustomization/#kotlin-files