AndroidUIKit icon indicating copy to clipboard operation
AndroidUIKit copied to clipboard

Is project still alive? 🙂

Open MihaelIsaev opened this issue 5 years ago • 1 comments

Guys, I'm trying to start working with Swift for Android and need some help with setup.

Which toolchain are you using to build e.g. AndroidUIKit source code?

I'd love to write detailed readme about project setup, but I need your help in first steps.

I need an experience in successful launching this swift project on Android, but it is built on OpenGL... so I really really want to use your way with bridge to native components... please help me to find and connect all needed pieces for building final apk 🙂

I'll be happy to chat here or in Discord (iMike#3049), but as a result I promise to write good step-by-step readme 🙂

Hope to hear from you soon! 🙏

MihaelIsaev avatar Aug 30 '20 14:08 MihaelIsaev

First of all I tried to build empty project with AndroidUIKit in Xcode with stock latest Swift toolchain and got error Undefined symbol: _JNI_CreateJavaVM which seems happened because of not-special toolchain.

Screenshot 2020-08-30 at 18 33 42

Next step is to try to build it with toolchain from uikit-crossplatform cause that toolchain that I found in your instructions is v4.1.0 (aka Swift 4.1.0) but now Swift is 5.2.

MihaelIsaev avatar Aug 30 '20 14:08 MihaelIsaev