1、
Execution failed for task ':app:stripDebugDebugSymbols'.
No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi
解决方案:
修改
classpath 'com.android.tools.build:gradle:3.5.0'
我修改成
classpath 'com.android.tools.build:gradle:3.4.1'