aar引用 no executable code found问题
Posted wf110
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了aar引用 no executable code found问题相关的知识,希望对你有一定的参考价值。
主工程中
repositories {
flatDir {
dirs project(‘:trade_module‘).file(‘libs‘)
}
}
dependencies {
compile fileTree(dir: ‘libs‘, include: ‘*.jar‘)
compile project(‘:trade_module‘)
当你引用 第三方aar trade_module 的时候 如果 aar的 gradle中 release{
minifyEnabled true 的话 会无法调试的 你要写成false才可以调试
以上是关于aar引用 no executable code found问题的主要内容,如果未能解决你的问题,请参考以下文章
Code::Blocks无法调试 Starting the debuggee failed: No executable specified, use `target exec'
The Breakpoint will not currently be hit. No executable code associated with this line