Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Android Studio support JNI debugging?

I want to debug code written in C. Currently, Android Studio 1.2.2 does not seem to support JNI debugging. Does Android Studio 1.3 RC 1 version support step over, step into as Java debugger?

like image 266
user3152056 Avatar asked Jul 15 '15 10:07

user3152056


1 Answers

Android Studio supports JNI debugging first time with 1.3 RC 1. See here

To get started using this feature, go to add native code.

Check this repository for Android NDK samples using the new Android Studio 1.3 preview C++ integration.

like image 155
turkenh Avatar answered Sep 18 '22 03:09

turkenh