Android studio2.2 app:transformNative_libsWithStripDebugSymbolForDebug
开始搜到的问题相关链接:
http://blog.csdn.NET/doumingliangdendsc/article/details/52595317
https://www.oschina.net/question/2446605_2197815
都提到了是ndk版本和compile sdk的问题,但其实最终原因在这儿
http://stackoverflow.com/questions/39761895/errorexecution-failed-for-task-hello-motion-trackingtransformnative-libswith/40117446#40117446
gradle 2.2.1的兼容性好像是有问题的,将项目根目录下build.gradle文件里的gradle版本降低就好了
比如:
classpath 'com.android.tools.build:gradle:1.3.0'