apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.android.launcher3"
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName '1.0'
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':wallpaperpick')
compile 'com.github.yukuku:ambilwarna:2.0.1'
compile 'com.android.support:support-v4:24.0.0-alpha1'
}
adb install -r -d ${YOUR_APK_FILE_PATH}
uninstall应用程序来自所有用户,然后再安装它。 例如: 正常模式, 来宾用户模式, 如果在您的手机中,也可以从工作个人资料中进行。此应用程序将成功安装。 我希望这会有所帮助。