Open shindek opened 3 years ago
Please show your environment variables
@zayass My .zprofile file contents are shown below
# Setting PATH for Python 3.8
# The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.8/bin:${PATH}"
export PATH
export JAVA_HOME=$(/usr/libexec/java_home --version 1.8)
export TOOLCHAINS=org.swift.50320190830a
NDK=17c
export ANDROID_NDK_HOME=$HOME/android/android-ndk-r$NDK
# Stranger things
export NDK_ROOT=$ANDROID_NDK_HOME
export ANDROID_NDK=$ANDROID_NDK_HOME
export ANDROID_NDK_ROOT=$ANDROID_NDK_HOME
# Uncomment if you install Android Studio
export ANDROID_HOME=$HOME/Library/Android/sdk
export SWIFT_ANDROID_HOME=$HOME/android/swift-android-current
export PATH=$ANDROID_NDK_HOME:$PATH
export PATH=$SWIFT_ANDROID_HOME/bin:$SWIFT_ANDROID_HOME/build-tools/current:$PATH
unset NDK
unset SWIFT_ANDROID
and below is echo $PATH
~ % echo $PATH
/Users/shindek/android/swift-android-current/bin:/Users/shindek/android/swift-android-current/build-tools/current:/Users/shindek/android/android-ndk-r17c:/Library/Frameworks/Python.framework/Versions/3.8/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/shindek/Library/Android/sdk/platform-tools/:/Users/shindek/gradle/gradle-6.1.1/bin/:/Library/Apple/usr/bin
~ %
Is there anything I am missing to set?
Hello, @shindek when I built this project, meet the same error. Have you resolved this issue? if so, can you please tell me how to resolve it. @zayass @andriydruk do you have any idea of this issue, I meet this issue too, the detail info can be reference here: https://github.com/readdle/swift-android-toolchain/issues/28
I have configured required setup mentioned at here. But whenever I try to run sample application This and This I get below error message while running the application.
I am not able run sample application because of this error. I am using 5.0.r13 version of Swift-Android-Toolchain