We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.gradle(Module: ssrDroid.app)
android { buildTypes { debug { debuggable true jniDebuggable true renderscriptDebuggable true } } }
Attach Debugger to Android Process
參考文章
如何调试Android Native Framework 或者 這裏
如何调试Android Framework?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
build.gradle(Module: ssrDroid.app)
文件,添加如下這些調試相關選項。Attach Debugger to Android Process
圖標,在彈出的對話框内將所有關聯進程都挂上調試器,否則將可能不能命中你設下的斷點。參考文章
如何调试Android Native Framework 或者 這裏
如何调试Android Framework?
The text was updated successfully, but these errors were encountered: