首页 > 解决方案 > 无法安装-写入所有apks samsung GT-I9500

问题描述

defaultConfig {
        android.defaultConfig.vectorDrawables.useSupportLibrary = true
        applicationId "com.orbizpro.lboard"
        minSdkVersion 17                     
        targetSdkVersion 29
        versionCode 4
        versionName "1.20190904"
        renderscriptTargetApi 22
        renderscriptSupportModeEnabled true
        multiDexEnabled true
        //
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        signingConfig signingConfigs.release
    }

12/23 12:29:36:在三星 GT-I9500 上启动“应用程序”。安装没有成功。无法安装应用程序。安装失败,原因是:“无法安装 - 写入所有 apk”重试

标签: androidandroid-studio

解决方案


推荐阅读