他的回复:
AS可以编译过apply plugin: 'com.android.library'android { compileSdkVersion 23 buildToolsVersion '28.0.3' lintOptions { abortOnError false } defaultConfig { minSdkVersion 11 targetSdkVersion 11 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } }}dependencies { implementation 'com.android.support:support-v4:23.4.0' implementation 'com.android.support:appcompat-v7:23.4.0' implementation files('libs/android-support-v8-renderscript.jar')}