-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wiish run --os android
fails
#86
Comments
Thanks for providing the log! The solution, I think, is to install the Android NDK, as indicated by this in the logs:
I'm trying to decide if @UNIcodeX Do you have the Android NDK installed? What does |
Yes, sir. It is installed, however there may be an issue with architecture?? output of
Would it perhaps require |
It should be mentioned that I have both the Arch linux NOTE: The |
I'm not smart enough with Android development to know if it's an architecture problem. Wiish is currently set up to build the an apk for 4 architectures, but I don't remember if it requires the NDK/SDK to be for a specific architecture. Here's what I have on my macOS machine:
Do you have an Once we've figured out what's wrong, I'd love to add something to |
I don't currently have the
The contents of that directory are:
|
The distro's The platforms were installed to |
@UNIcodeX If you symlink the ndk into the sdk directory so that they're kind of together like on my computer (and set the appropriate Sorry to leave you hanging for a month. |
NOTE: I am able to build Android apps and run them on a physically tethered device and emulators using NativeScript on this machine, so my build deps should all be good to go.
Output of
wiish doctor
Output of
wiish run --os android
The text was updated successfully, but these errors were encountered: