failure [install_failed_version_downgrade]在真实设备上 我正在尝试将我的自定义启动器3 APK从我的Android Studio运行到OnePlus手机。API级别为23。此应用程序可以正常工作至22级,但始终会出现错误故障[

问题描述 投票:0回答:1

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' }

    
try

adb install -r -d ${YOUR_APK_FILE_PATH}

安装。
android android-launcher
1个回答
9
投票

uninstall应用程序来自所有用户,然后再安装它。
例如:
正常模式,
来宾用户模式,
如果在您的手机中,也可以从工作个人资料中进行。

此应用程序将成功安装。 我希望这会有所帮助。

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.