-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unable to import APK through Android Studio #11
Comments
I took most of the internals from fips, and it seems mirroring this commit would make things work again: floooh/fips@63fdb7a Unfortunately right now I'm unable to set up Android build locally (the SSD on this mac mini is too small, heh), so you'd either have to try to tackle this yourself or wait until I have a real computer again (in three weeks, hopefully). |
Hmm, looks as if those lines are just doing some symbol replacement to get things working 'again'. (implying something was up before and that might just be a bug fix on top) I've looked around the repo, and it seems there's some core steps run to build the dex: Seems like a src directory is created then somehow a I think I can wait 3 weeks, so I might go back to try tackling the iOS build and emscripten build first. Will update though if I dabble into this again, but when that real computer comes in, let me know! |
Thanks a lot for the links. I can imagine the pain behind, haha :) |
I've just managed to get up to apk packaging completing, and now trying to debug, I've initially tried importing the APK through Android Studio (option:
Profile or debug APK
), but I'm getting errors when selecting the cmake built file:Any ideas?
The text was updated successfully, but these errors were encountered: