-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Build type isn't jni debuggable #42
Comments
@rkrishnan2012 yes, you have to add isJniDebuggable to the |
FYI the new syntax with
And it's activated by default for the |
Just if anyone stumbles across, it's
|
lol thanks for keeping this up to date 👍 |
Hi I'm using Android Studio 1.5 Preview. When I post merlux code I receive:
What can I do? |
Now you just say:
|
This works for me: android.buildTypes { |
@ggfan Why do you have debuggable in two places? |
that was long one ago, need to confirm. My thought there was: one for java, one for native |
@proppy I followed the instructions importing into AndroidStudio but when I create a "Android Native" run configuration, I get the error "Build type isn't jni debuggable". Any thoughts?
This is on latest canary version of studio 1.3 rc 3 and gradle 2.5 rc1 . This happens for all the samples, but im referring to hello-jni
The text was updated successfully, but these errors were encountered: