-
Notifications
You must be signed in to change notification settings - Fork 162
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
android/386 android/amd64 #52
Comments
What do you need it for? I’m not too knowledgeable about android development. |
it is convenient to debug the code using the Genymotion emulator for Android. Genymotion launches x86 android images. |
Readded the targets here #53. |
What error do you get when you launch the Insta example? |
Android Studio 3.0 |
Weird, does it crash consistently? I've been trying to track down a similar crash that happens very occasionally for me. I think there is a bug in the Android to Go bridge code. |
Yes, the application always crashes. This bug is always reproduced on android. |
For some context, the crash is at Java-Tracker.java:64. From Go we try to call a method on a java object using reflection. But the java object returned by |
Cleaned up the JNI code a bit here #54. Not sure if it would fix your crash but might be worth trying. |
The error is the same. Resource ID #0x0 . So it should be?
|
Hi. Please tell why they removed these lines from the file?
I could not find the answer to this question? sorry if already answered it.
in
matcha/cmd/bind.go
The text was updated successfully, but these errors were encountered: