Maadiah
Maadiah

Reputation: 439

Breakpoints in native code can not be triggered in Android Studio 13

Following the Android NDK Preview document, I install android-ndk-10e and experimental gradle plugin ,import the Teapot sample project then set the "Android Native".

Things seem works fine except that the breakpoints in native code can not be triggered. Have tested on OS X Yosemite and Windows 7, both failed.

Here is a post says doing some changes to gradle file, but not working for me.

Upvotes: 1

Views: 293

Answers (1)

proppy
proppy

Reputation: 10504

You need to create a separate "Android Native" Run configuration: Run > Edit Configurations > + > Android Native

Upvotes: 1

Related Questions