用 releaseCompile project(path: ':native', configuration: 'release') debugCompile project(path: ':native', configuration: 'debug') app module 看不见 native module 代码。
用 releaseCompile project(path: ':native', configuration: 'release')
debugCompile project(path: ':native', configuration: 'debug')
app module 看不见 native module 代码。