Skip to content
Home » The Application Could Not Be Installed Install_Failed_Older_Sdk | Android Studio Fix Install_Failed_Older_Sdk 12679 좋은 평가 이 답변

The Application Could Not Be Installed Install_Failed_Older_Sdk | Android Studio Fix Install_Failed_Older_Sdk 12679 좋은 평가 이 답변

당신은 주제를 찾고 있습니까 “the application could not be installed install_failed_older_sdk – Android Studio fix INSTALL_FAILED_OLDER_SDK“? 다음 카테고리의 웹사이트 https://ro.taphoamini.com 에서 귀하의 모든 질문에 답변해 드립니다: ro.taphoamini.com/wiki. 바로 아래에서 답을 찾을 수 있습니다. 작성자 BoostMyTool 이(가) 작성한 기사에는 조회수 7,543회 및 좋아요 117개 개의 좋아요가 있습니다.

Table of Contents

the application could not be installed install_failed_older_sdk 주제에 대한 동영상 보기

여기에서 이 주제에 대한 비디오를 시청하십시오. 주의 깊게 살펴보고 읽고 있는 내용에 대한 피드백을 제공하세요!

d여기에서 Android Studio fix INSTALL_FAILED_OLDER_SDK – the application could not be installed install_failed_older_sdk 주제에 대한 세부정보를 참조하세요

How to fix Installation did not succeed. The application could not be installed: INSTALL_FAILED_OLDER_SDK

the application could not be installed install_failed_older_sdk 주제에 대한 자세한 내용은 여기를 참조하세요.

What does “Failure [INSTALL_FAILED_OLDER_SDK]” mean …

Failure [INSTALL_FAILED_OLDER_SDK] basically means that the installation has failed due to the target location (AVD/Device) having …

+ 여기에 더 보기

Source: stackoverflow.com

Date Published: 10/15/2022

View: 9260

Lỗi cài đặt: INSTALL_FAILED_OLDER_SDK?

2012-02-02 09:17:39 – Test] No Launcher activity found! · 2012-02-02 09:17:39 – Test] The launch will only sync the application package on the device!

+ 여기에 보기

Source: helpex.vn

Date Published: 8/12/2022

View: 8928

Android emulator error **INSTALL_FAILED_OLDER_SDK

Has INSTALL_FAILED_OLDER_SDK error andro emulator ?! So, basically it means that the installation has failed due to having an older SDK …

+ 자세한 내용은 여기를 클릭하십시오

Source: forum.ionicframework.com

Date Published: 6/28/2022

View: 8986

Android Installation error: INSTALL_FAILED_OLDER_SDK on …

To resolve this issue you can either change the minSdkVersion to that of the device you are trying to run the App or if you can create a new …

+ 자세한 내용은 여기를 클릭하십시오

Source: code2care.org

Date Published: 6/22/2021

View: 9264

Installation Error Install Failed Older Sdk – FaqCode4U.com

The application could not be installed: INSTALL_FAILED_OLDER_SDK The application’s minSdkVersion is newer than the device API level.意思是我使用的设备的sdk版本 …

+ 여기에 자세히 보기

Source: www.faqcode4u.com

Date Published: 5/2/2022

View: 2956

Install of Android studio_ FAILED_ OLDER_ Solutions to SDK

Installation d not succeed. The application could not be installed: INSTALL_FAILED_OLDER_SDK The application’s minSdkVersion is newer than …

+ 여기를 클릭

Source: programmerah.com

Date Published: 9/20/2021

View: 7833

Android Studio Beta error (Failure … – Issue Tracker

You cannot install apps that target L Preview on anything but L devices/emulators. Like the suggestions above, make sure your compileSdkVersion and …

+ 여기에 자세히 보기

Source: issuetracker.google.com

Date Published: 1/12/2021

View: 2080

Apk installation failed INSTALL_FAILED_OLDER_SDK

Installation d not succeed. The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS in clover mini 2 Using Clover mini 8.1 in andro emulator …

+ 여기에 보기

Source: www.zditect.com

Date Published: 11/27/2021

View: 9003

Failure [install failed older sdk] up vote44down vote – ininet.org

Andro studio error Failure [install failed older sdk] Here is my andro manifest. … Neither seems to work as the IDE complains “cannot resolve symbol …

+ 여기에 표시

Source: ininet.org

Date Published: 7/10/2022

View: 4201

주제와 관련된 이미지 the application could not be installed install_failed_older_sdk

주제와 관련된 더 많은 사진을 참조하십시오 Android Studio fix INSTALL_FAILED_OLDER_SDK. 댓글에서 더 많은 관련 이미지를 보거나 필요한 경우 더 많은 관련 기사를 볼 수 있습니다.

Android Studio fix INSTALL_FAILED_OLDER_SDK
Android Studio fix INSTALL_FAILED_OLDER_SDK

주제에 대한 기사 평가 the application could not be installed install_failed_older_sdk

  • Author: BoostMyTool
  • Views: 조회수 7,543회
  • Likes: 좋아요 117개
  • Date Published: 2021. 2. 25.
  • Video Url link: https://www.youtube.com/watch?v=M3mG_sfY5NA

What does “Failure [INSTALL_FAILED_OLDER_SDK]” mean in Android Studio?

I got this Froyo (2.2) device that I am using to make an app. When I try to run the app directly to the device it shows an error saying

pkg: /data/local/tmp/com.example.HelloWorldProject Failure [INSTALL_FAILED_OLDER_SDK]

and in another window there’s an error saying

Unable to attach test reporter to test framework or test framework quit unexpectedly

What seem to make the said errors?

EDIT:

AndroidManifest.xml

Lỗi cài đặt: INSTALL_FAILED_OLDER_SDK?

Đó là do android:targetSdkVersion=”@string/app_name” trong tập tin manifiest của bạn.

Thay đổi nó thành:

Các targetSdkVersion phải là một số nguyên, nhưng @string/app_name sẽ là một chuỗi. Tôi nghĩ rằng điều này gây ra lỗi.

EDIT:

Bạn phải thêm một mặc định intent-filter trong manifiest tệp của bạn cho hoạt động. Sau đó, chỉ có Android có thể khởi chạy các hoạt động. nếu không, bạn sẽ nhận được lỗi dưới đây trong cửa sổ giao diện điều khiển của bạn.

[ 2012 – 02 – 02 09 : 17 : 39 – Test ] No Launcher activity found ! [ 2012 – 02 – 02 09 : 17 : 39 – Test ] The launch will only sync the application package on the device !

Thêm vào sau vào thẻ của bạn .

Android emulator error **INSTALL_FAILED_OLDER_SDK**

Has INSTALL_FAILED_OLDER_SDK error android emulator ?!

So, basically it means that the installation has failed due to having an older SDK version than the targetSdkVersion specified in your app (it’s a Gradle issue).

Just edit the AndroidManifest.xml file and add the following code:

After days looking for the solution, that’s it.

Works fine for me!

Android Installation error: INSTALL_FAILED_OLDER_SDK on Device

[2014-12-30 13:41:07 – AndApp] Android Launch! [2014-12-30 13:41:07 – AndApp] adb is running normally. [2014-12-30 13:41:07 – AndApp] Performing com.code2care.puzzle.app.MainActivity activity launch [2014-12-30 13:41:21 – AndApp] WARNING: Unknown device API version! [2014-12-30 13:41:21 – AndApp] Uploading AndApp.apk onto device ‘S7514708552ce’ [2014-12-30 13:41:21 – AndApp] Installing AndApp.apk… [2014-12-30 13:41:23 – AndApp] Installation error: INSTALL_FAILED_OLDER_SDK [2014-12-30 13:41:23 – AndApp] Please check logcat output for more details. [2014-12-30 13:41:23 – AndApp] Launch canceled!

If you are trying to run an Android Project on your device or emulator and you get the above error on your eclipse console, then the reason for such error is that your device Android Operating system SDK Version is Older and is not supported by the App, let’s look into more details,

Why this error message ?

Just check your AndroidManifest.xml file and look for tag. It should have two attributes android: minSdkVersion and android: targetSdkVersion

In order to run the app on your device, the

android:minSdkVersion

should be less than or equal to the SDK version of the OS running on your device. For the above case if your device is running on Froyo it has an API level 8 whereas the app requires minimum API level as 11 i.e. Gingerbread, hence the App would not get installed and you will get the error.

How to resolve this issue ?

To resolve this issue you can either change the minSdkVersion to that of the device you are trying to run the App or if you can create a new emulator device that is higher or equal to the API level defiled in Manifest file.

⚠️ Note : You may get errors in your project folder as certain lines of code may not be compatible with the Older versions, so you may need to handle it first before getting it to work on the device.

Installation Error Install Failed Older Sdk

Tags: android , eclipse Answers: 1 | Viewed 215,753 times

I am new to Android development and I want first to get the Hello World application running.

I am using Eclipse IDE and the Android 4.0.3 version 15 SDK. I copied everything from a tutorial site, but when I try to run the application on the virtual device I get this error:

[2012-02-01 11:31:23 – Android_test] Installation error: INSTALL_FAILED_OLDER_SDK

[2012-02-01 11:31:23 – Android_test] Please check logcat output for more details.

[2012-02-01 11:31:23 – Android_test] Launch canceled!

Here is my class in the com.maze.app package:

package com.maze.app;

import android.app.Activity;

import android.os.Bundle;

import android.widget.TextView;

public class HelloAndroid extends Activity{

@Override

public void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

TextView tv = new TextView(this);

tv.setText(“Hello, Android”);

setContentView(tv);

}

}

and the AndroidManifest.xml :

Here is the configuration of the Virtual Device :

Name: AndroidVD

CPU/ABI: ARM(armeabi-v7a)

Path: path\to\avd

Target: Android 4.0.3(API level 15)

Skin: WVGA800

hw.lcd.density: 240

hw.cpu.model: cortex-a8

vm.heapSize: 48

hw.ramSize:512

What is the problem?

EDIT:

The application is not running on the Virtual Device:

Here is what I get on LogCat(some of the lines):

Install of Android studio_ FAILED_ OLDER_ Solutions to SDK

Installation did not succeed.

The application could not be installed: INSTALL_FAILED_OLDER_SDK

The application’s minSdkVersion is newer than The device API level.

means that the SDK version of the device I am using is lower than the required SDK version

solution:

find the project location

project location \app\build. Gradle

note that it is under the app folder, not the well-known one (under the gradle folder)

, minSdkVersion

, minSdkVersion

, minSdkVersion set the range is 14-16,

and targetSdkVersion I test from 1 to 10000 no problem, but still do not suggest to randomly change

according to the personal computer Settings are different, don’t ask me how I got this range, I tried for a long time

specific version number is as follows

android { compileSdkVersion 29 buildToolsVersion “29.0.3” defaultConfig { applicationId “com.example.myapplication” minSdkVersion 15 targetSdkVersion 29 versionCode 1 versionName “1.0” testInstrumentationRunner “androidx.test.runner.AndroidJUnitRunner” }

gradle version is the latest 3.6.0

this time reminds me of the time when I used a very low version and could not be automatically updated to the latest version. I could only install the tesorflow library from the PIP on the official website, which was not suitable for the 3.7 version. As a result, I reinstalled two versions of python, including 2.0 version but not 3.6 version

SDK, installation did not succeed. the application could not be installed: install

Apk installation failed INSTALL_FAILED_OLDER_SDK

Apk installation failed INSTALL_FAILED_OLDER_SDK

There are workarounds involving modifying the manifest of the APK file to be installed, but since you don’t really know what APIs the app will actually use, shoehorning it into an older SDK won’t always work.

basically means that the installation has failed due to the target location (AVD/Device) having an older SDK version than the targetSdkVersion specified in your app.

installation did not succeed. the application could not be installed: install_failed_older_sdk

Installation did not succeed. The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS in clover mini 2 Using Clover mini 8.1 in android emulator.

Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION Installation failed due to: ‘null’ Retry This happens when trying to install APK on a real device.

Application installation did not succeed. Cannot locate applications files on the server. Contact the application publisher or your administrator for assistance. One or more files in the deployment cannot be downloaded because you do not have permission to access them.

Install failed older SDK Fire TV

SDK idioms The SDK’s event framework and the distinction between add-on scripts and content scripts. XUL migration A guide to porting XUL add-ons to the SDK.This guide includes a comparison of the two toolsets and a working example of porting a XUL add-on.

The Video Skills Kit for Fire TV and Video Skills Kit for Echo Show (aka “multimodal devices”) allow customers to use natural language commands to search for your content, play your content, launch your app or skill, control media playback, change the channel, and more. These resources apply to different VSK implementations.

So, for the best development experience, we recommend that you install the latest version of Android Studio. Get Android Studio You can compile and test Android 10 apps using Android Studio 3.3 and higher, but some users of the Android 10 SDK may encounter Gradle sync failures and warnings about outdated dependencies.

Except for Fire TV (3rd Gen), other Fire TV devices can stream audio to the headphone jack on the Amazon Fire Game Controller (current controller generation only). The left and right trigger buttons (L2/R2) are used to control the volume. Volume control is a system function and cannot be mapped to other buttons in your app.

Vysor INSTALL_FAILED_OLDER_SDK

Failure [INSTALL_FAILED_OLDER_SDK] basically means that the installation has failed due to the target location (AVD/Device) having an older SDK version than the targetSdkVersion specified in your app. N/B Froyo 2.2 API 8. To fix this simply change . targetSdkVersion=”17″ to targetSdkVersion=”8″ cheers.

INSTALL_FAILED_OLDER_SDK is an Installation return code passed by PackageManager to the PackageInstallObserver, if the installation of new package failed because the current SDK version is older than that required by the package. Min SDK Version: This is an integer that indicates the minimum API Level required to properly run your application.

Hello, unfortunatly this products cannot be updated by the customers. Vuzix, in this case, released the M100 with android 4.0.4. It would be great if your software would be able to work with this Android version.

Apps2fire install failed older sdk

adb install -s X.X.X.X: 5555 встановіть someapp.apk. Після того як ви видаєте команду, розслабтеся і розслабтеся. Це може тривати від декількох секунд до 10 хвилин або більше, залежно від розміру файлу.

Lỗi giả lập Android Ionic INSTALL_FAILED_OLDER_SDK. Vì vậy, về cơ bản, điều đó có nghĩa là việc cài đặt đã thất bại do có phiên bản SDK cũ hơn so với targetSdkVersion được chỉ định trong ứng dụng của bạn (đó là sự cố Gradle).

Appium INSTALL_FAILED_OLDER_SDK

The app you’re installing is meant for newer Android versions than what’s emulated in the BlueStacks environment. If there’s no new version of BS available, you will either need to give up on the app or use a different emulator.

You can compile and test Android 10 apps using Android Studio 3.3 and higher, but some users of the Android 10 SDK may encounter Gradle sync failures and warnings about outdated dependencies. Get the Android 10 SDK After you install and open Android Studio, install the Android 10 SDK as follows: Click Tools > SDK Manager.

第一次使用Android studio开发、直接新建一个默认项目运行出现:Failure [INSTALL_FAILED_OLDER_SDK] , 网上很多人说修改build.gradle中的minsdkversion的版本号、 但是没用 解决办法: FIle – Project Structure 如图 将Compile SDK Version 改为合适的版本,这样做会使得build.

Failure INSTALL_FAILED_OLDER_SDK flutter

When running flutter pub get (Packages get in IntelliJ or Android Studio) for the first time after adding a package, Flutter saves the concrete package version found in the pubspec.lock lockfile. This ensures that you get the same version again if you, or another developer on your team, run flutter pub get .

Failure [INSTALL_FAILED_OLDER_SDK] basically means that the installation has failed due to the target location (AVD/Device) having an older SDK version than the targetSdkVersion specified in your app.

Reason install_failed_older_sdk failed parse during installpackageli

GitHub is where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.

Adb install requires newer sdk version

Download the latest version of ADB and fastboot. ADB Download. Download the latest version of ADB and fastboot.

ADB is a part of android’s SDK. It can be obtained here. Please get the latest Windows version. Next we need to “install” it.

adb is included in the Android SDK Platform-Tools package. You can download this package with the SDK Manager, which installs it at android_sdk /platform-tools/. Or if you want the standalone Android SDK Platform-Tools package, you can download it here.

As newer versions of Android are released and the older versions of the ADB and Fastboot tools are no longer compatible, Google makes sure to provide timely updates and provides Android SDK platform-tools that are compatible with the newer version of Android. The Android SDK Platform is very useful for Android developers.

You Might Like:

Android Studio : Failure [install failed older sdk] up vote44down vote

Android Studio : Failure [INSTALL_FAILED_OLDER_SDK]

up vote44down vote favorite 11

Today I have downloaded Android Studio v 0.8.0 beta. I am trying to test my app on SDK 17 . Android studio error Failure [INSTALL_FAILED_OLDER_SDK] Here is my android manifest

package=”com.vahe_muradyan.notes” >

android:allowBackup=”true” android:icon=”@drawable/ic_launcher” android:label=”@string/app_name” android:theme=”@style/AppTheme” >

android:name=”.Main_Activity” android:label=”@string/app_name” >

It seems that android studio uses configurations in build.gradle.Here is build.gradle apply plugin: ‘com.android.application’

android { compileSdkVersion ‘L’ buildToolsVersion “20.0.0”

defaultConfig { applicationId “com.vahe_muradyan.notes” minSdkVersion 8 targetSdkVersion ‘L’ versionCode 1 versionName “1.0” } buildTypes {

release { runProguard false proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ } }

}

dependencies { compile fileTree(dir: ‘libs’, include: [‘*.jar’]) compile ‘com.android.support:appcompat-v7:19.+’ }

android gradle android-studio

shareimprove this question

asked Jun 28 ’14 at 9:04

Vahe Muradyan

4711313

2

Add this code to your AndroidManifest.xml before Haresh Chhelana Jun 28 ’14 at 9:24

the same error . pkg: /data/local/tmp/com.vahe_muradyan.notes Failure [INSTALL_FAILED_OLDER_SDK] – Vahe Muradyan Jun 28 ’14 at 9:33

which device have you test ? – Haresh Chhelana Jun 28 ’14 at 9:40

Alcatel 7025D . – Vahe Muradyan Jun 28 ’14 at 9:41

SDK version 17 , Android 4.2.1 – Vahe Muradyan Jun 28 ’14 at 9:41

show 8 more comments

20 Answers

activeoldest votes

up vote23down vote

There are my config to support L and old versions of android: apply plugin: ‘com.android.application’

android { buildToolsVersion “20.0.0”

defaultConfig { applicationId “com.example.uladzimir_klyshevich.myapplication” versionCode 1 versionName “1.0” } buildTypes {

release { runProguard false proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ } }

productFlavors { l {

minSdkVersion ‘android-L’ targetSdkVersion ‘android-L’ compileSdkVersion ‘android-L’ } old {

minSdkVersion 10 targetSdkVersion 20 //TODO comment second line if build is not compiles for “L” compileSdkVersion 20 } }

}

dependencies { compile fileTree(dir: ‘libs’, include: [‘*.jar’]) lCompile ‘com.android.support:appcompat-v7:21.+’ oldCompile ‘com.android.support:appcompat-v7:19.1.0’ } As result you will have flavors:

oldDebug oldRelease lDebug lRelease And can install your application on old versions of android.

shareimprove this answer

edited Jul 1 ’14 at 11:14

Community ♦

1

answered Jun 30 ’14 at 10:08

Vova K.

336212

Thanks for providing this 🙂 – animaonline Jun 30 ’14 at 20:43

Hmm…for me, this new info just confuses ME even more. I haven’t yet even digested what ‘Android-L’ is. And maybe EVENTUALLY I might want to have various ‘product flavors’, but right now, I just want to get one or any set of values to load into my Nexus-7, running v4.4.4. My thought was that Google is now discouraging continuing to use the older ‘ ‘ info in the Manifest, because when I put it there, when using Android-Studio 0.8.1, it flashes on the screen that it intends to IGNORE that info, because presumably, it’s getting somewhere else now. – Dave Jul 1 ’14 at 23:58

3

Is this meant for mobile/build.gradle or wear/build.gradle? Neither seems to work as the IDE complains “cannot resolve symbol ‘compileSdkVersion'” – Erik B Jul 2 ’14 at 20:56

This is for mobile/build.gradle. Wear is the another project and you can compile his with any other sdk. – Vova K. Jul 3 ’14 at 5:07

1

Its giving an error cannot resolve symbol ‘compileSdkVersion’ in product flavors. – Ravi Jul 3 ’14 at 7:37

show 5 more comments

up vote10down vote

Do those changes in build.gradle file in the wear module compileSdkVersion 20 targetSdkVersion 20 So the final wear/build.gradle content will be: apply plugin: ‘com.android.application’

android { compileSdkVersion 20 buildToolsVersion “20.0.0”

defaultConfig { applicationId “your package name” minSdkVersion 20 targetSdkVersion 20 versionCode 1 versionName “1.0” } buildTypes {

release { runProguard false proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ } }

}

dependencies { compile fileTree(dir: ‘libs’, include: [‘*.jar’]) compile ‘com.google.android.support:wearable:+’ compile ‘com.google.android.gms:play-services-wearable:+’ }

shareimprove this answer

answered Jul 10 ’14 at 22:01

HocineHamdi

1194

Thanks, I had similar issues. Seems that changing the ‘L’ to 20 in this mysterious build.gradle file solves the issue. Never thought I’d say this, but I find myself missing Eclipse… – JDS Jul 14 ’14 at 16:10

Thanks a lot!! It worked for me… – user1799214 Jul 15 ’14 at 8:34

What is the difference between sdk 20 and ‘android-L’? – Igor Ganapolsky Jul 23 ’14 at 23:59

You can find in the Build.VERSION_CODES following: public static final int KITKAT = 19; public static final int KITKAT_WATCH = 20; public static final int L = 10000; – Vova K. Aug 17 ’14 at 7:32

add a comment

up vote5down vote

I’m using Android Studio Beta version 0.8.1 and I have the same problem. I now I sold my problem by changing the AVD (I’m using Genymotion) to API 19. and here is my build.gradle file apply plugin: ‘com.android.application’

android { compileSdkVersion 19 buildToolsVersion “19.1.0”

defaultConfig { applicationId “com.example.daroath.actionbar” minSdkVersion 14 targetSdkVersion 19 versionCode 1 versionName “1.0” } buildTypes {

release { runProguard false proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ } }

}

dependencies { compile fileTree(dir: ‘libs’, include: [‘*.jar’]) }

Hope this help!

shareimprove this answer

answered Jul 4 ’14 at 14:16

Daroath

16819

when you say changing the avd, do you mean the version in the android manifest file? you edited it in a text editor? what was it before? – barlop Aug 27 ’14 at 8:25

no, in android studio the way you change “android sdk” is no more in manifest file, but u change it in “gradle.build” file instead.As my experience of the error is that when I set my gradle.build file like defaultConfig { applicationId “com.example.daroath.actionbar” minSdkVersion 14 targetSdkVersion 19 versionCode 1 versionName “1.0” } I need to choose an AVD with API19 or higher to run it. – Daroath Aug 28 ’14 at 1:13

add a comment

up vote4down vote

I ran into the same issue and solved it by downloading api level 20 using sdk manager and changing every string that points to android-L. I did it because I dont have a kitkat device and don’t want to use emulator. See the image download the marked one. Here’s my build config: apply plugin: ‘com.android.application’

android { compileSdkVersion 20//changed this from default buildToolsVersion “20.0.0”

defaultConfig { applicationId “com.example.subash.test” minSdkVersion 12//changed this from default targetSdkVersion 20//changed this from default versionCode 1 versionName “1.0” } buildTypes {

release { runProguard false proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ } }

}

dependencies { compile fileTree(dir: ‘libs’, include: [‘*.jar’])

}

shareimprove this answer

edited Jul 2 ’14 at 3:21

answered Jul 2 ’14 at 2:03

Illegal Argument

5,1452933

Do you can use Material theme with these config? – Vova K. Jul 2 ’14 at 10:37

for that you will need either emulator or device with material theme – Illegal Argument Jul 2 ’14 at 10:53

Aha! Now I see (said the blind man)! So, now no matter what value I put into that new layout, for ‘targetSdkVersion’, Android Studio pops up an error, asking me to first INSTALL that version of the SDK, and to then re-sync the project. SO: The problem is that, even tho my SDK-manager says that all these various SDKs are installed (they always were), that suddenly this new Android-Studio must be looking in a diff place, to be able to find them. (I don’t know the fix yet. Removing all my SDKs from 10 to 20 is NOT recommended, so I’ll sit quietly til someone else discovers the needed-tweak.) – Dave Jul 2 ’14 at 14:31

@Dave could you explain your problem exactly? the targetsdkversion and the compilesdk version both need to change(no need to specify app version in manifest in AS) according to what you have. I didnot have a android 4.4L device so I changed it. The above works for me so it should work for you too – Illegal Argument Jul 2 ’14 at 14:37

Sorry…so today, I followed your recipe, and got rid of my ‘Android-L’ crap, and went back to putting numbered sdk-values in. Which is causing a different problem, in that now the builds no longer work…it says it can’t find any of my earlier-installed numerical sdks. So, I’m thinking it can ONLY find that newly added Android-L sdk, so when I ask for anything older, I get this other problem. (Sigh.) – Dave Jul 2 ’14 at 18:30

show 3 more comments

up vote2down vote

As mentioned before switching to build 19 is the suggested route here until v20 is “fixed”. This thread helped me solve the issue, but it seems similar answers have been posted here as well. https://code.google.com/p/android/issues/detail?id=72840

shareimprove this answer

answered Jul 16 ’14 at 5:14

ThorinOakenshield

5128

2nd this. I removed v20 and L of build tools and android image and replaced with 19.1 build tools and Level 19. Then I removed the project and recreated it and now I can run my programs. – wmac Jul 27 ’14 at 15:20

add a comment

up vote2down vote

In AndroidManifest.xml worked for me on Android Studio(Beta)0.8.2.

shareimprove this answer

edited Aug 6 ’14 at 13:33

VMAtm

12.3k123451

answered Aug 6 ’14 at 13:13

KrisAllenU

8923

add a comment

up vote2down vote

Change file AndroidManifest.xml

shareimprove this answer

edited Mar 2 at 10:55

MysticMagicϡ

12.7k63057

answered Jul 18 ’14 at 7:37

user3383999

724

add a comment

up vote1down vote

The real issue is that with vanilla Android Studio v 0.8 beta, it only installs/recognize SDK 20 which is android L. In order to target another complieSDK you need to install it via the SDK manager. Once it is set, you can then change the compileSDK to a lower version and it should work. you may also want to restrict the compatibility library, it needs to be restricted from using the latest version of the library so change the dependecy to something like : compile(‘com.android.support:appcompat-v7:19.1.0’) { // really use 19.1.0 even if something else resolves higher force = true }

shareimprove this answer

edited Aug 2 ’14 at 3:14

answered Aug 2 ’14 at 3:05

Ajibola

9061221

add a comment

up vote1down vote

Failure [INSTALL_FAILED_OLDER_SDK] basically means that the installation has failed due to the target location (AVD/Device) having an older SDK version than the targetSdkVersion specified in your app. FROM************* apply plugin: ‘com.android.application’ android { compileSdkVersion ‘L’ //Avoid String change to 20 without quotes buildToolsVersion “20.0.0”

defaultConfig { applicationId “com.vahe_muradyan.notes” minSdkVersion 8 targetSdkVersion ‘L’ //Set your correct Target which is 17 for Android 4.2.2 versionCode 1 versionName “1.0” } buildTypes {

release { runProguard false proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ } }

}

dependencies { compile fileTree(dir: ‘libs’, include: [‘*.jar’]) compile ‘com.android.support:appcompat-v7:19.+’ // Avoid Generalization // can lead to dependencies issues remove + } TO*************

apply plugin: ‘com.android.application’ android { compileSdkVersion 20 buildToolsVersion “20.0.0” defaultConfig { applicationId “com.vahe_muradyan.notes” minSdkVersion 8 targetSdkVersion 17 versionCode 1 versionName “1.0” } buildTypes {

release { runProguard false proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ } }

}

dependencies { compile fileTree(dir: ‘libs’, include: [‘*.jar’]) compile ‘com.android.support:appcompat-v7:19.0.0’ } This is common error from eclipse to now Android Studio 0.8-.8.6 Things to avoid in Android Studio (As for now)

Avoid Strings instead set API level/Number

Avoid Strings instead set API level/Number

Avoid generalizing dependencies + be specific

shareimprove this answer

answered Aug 18 ’14 at 9:54

Al-Kathiri Khalid

1063

add a comment

up vote1down vote

I fixed this problem. I just modified the compileSdk Version from android_L to 19 to target my nexus 4.4.4. buildscript { repositories { jcenter() } dependencies {

classpath ‘com.android.tools.build:gradle:0.12.2’ } }

apply plugin: ‘com.android.application’

repositories { jcenter() }

android { **compileSdkVersion ‘android-L’** modified to 19 buildToolsVersion “20.0.0”

defaultConfig { applicationId “com.antwei.uiframework.ui” minSdkVersion 14 targetSdkVersion ‘L’ versionCode 1 versionName “1.0” } buildTypes {

release { runProguard false proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ } }

}

dependencies { compile fileTree(dir: ‘libs’, include: [‘*.jar’]) **compile ‘com.android.support:support-v4:21.+’** modified to compile ‘com.android.support:support-v4:20.0.0’ } how to modified the value by ide.

select file->Project Structure -> Facets -> android-gradle and then modified the compile Sdk Version from android_L to 19 sorry I don’t have enough reputation to add pictures

shareimprove this answer

edited Oct 18 ’14 at 6:30

answered Oct 18 ’14 at 2:51

Ant 小波

113

add a comment

up vote1down vote

in the AndroidManifest.xml file change the user-sdk to older version

shareimprove this answer

answered Nov 10 ’14 at 11:11

youssef

72

add a comment

up vote0down vote

Just installed Android Studio v 0.8.1 beta and ran into the same problem targeting SDK 19. Copied 19 from the adt-bundle to android-studio, changed build.gradle to: compileSdkVersion 19 targetSdkVersion 19 then project -> app -> open module settings (aka project structure): change compile sdk version to 19. Now works fine.

shareimprove this answer

answered Jul 7 ’14 at 1:09

user2509977

314

add a comment

up vote0down vote

Similar to a few posts prior – I went to SDK Manager and uninstalled v20 and version L. Then I installed version 19 and this problem was resolved and I could debug using my android device, no errors.

shareimprove this answer

answered Jul 18 ’14 at 21:47

user3844472

1

add a comment

up vote0down vote

Another way to support Android L is to use custom lpreview property for Gradle. For instance: lpreview = hasProperty(‘lpreview’)

apply plugin: ‘com.android.application’

android { compileSdkVersion lpreview ? “android-L” : 19 buildToolsVersion “20.0.0”

productFlavors { lpreview ? lpreview{} : classic{} }

defaultConfig lpreview ? {} : { minSdkVersion 14 targetSdkVersion 19 } Now, you can build your app with:

./gradlew clean ./gradlew -Plpreview assembleDebug or ./gradlew -Plpreview installLpreviewDebug

This way you can build your app with lpreview property for Android L and without it for previous versions.

shareimprove this answer

answered Oct 11 ’14 at 20:24

Yuriy Yunikov

1,220725

add a comment

up vote0down vote

I initially went into the SDK Manager and updated all that it had set to update. I also added in the SDK version for the version of Android I had on the Droid I had…Version 2.3.4(10) I don’t think that really fixed anything, and after a Android Studio restart as recommended after the SDK installs, I changed the minSdkVersion to 8 in the build.gradle file I was then able to download the application to my Droid. defaultConfig { applicationId “com.cmcjr.chuck.droid_u” minSdkVersion 8 targetSdkVersion 20 versionCode 1 versionName “1.0” } This is Android Studio installed on Ubuntu 12.04

shareimprove this answer

answered Oct 22 ’14 at 3:26

Chulk Ches

1

add a comment

up vote0down vote

Check the ‘minSdkVersion’ in your build.gradle The default project creates it with the latest API, so if you’re phone is not yet up-dated (e.g.minSdkVersion 21), which is probably your case. Make sure the minSdkVersion value matches with the device API version or if the device has a higher one. Example:

defaultConfig { applicationId ‘xxxxxx’ minSdkVersion 16 targetSdkVersion 21 versionCode 1 versionName “1.0” }

shareimprove this answer

answered Nov 11 ’14 at 15:07

Alécio Carvalho

4,30621529

add a comment

up vote0down vote

your device older than minSDK , edit minSdkVersion in build.gradle

shareimprove this answer

answered Jan 13 at 4:15

meow meo

61678

add a comment

up vote0down vote

Try changing you sdk min version

android:minSdkVersion=”4″ android:targetSdkVersion=”19″ />

shareimprove this answer

edited Mar 2 at 10:55

MysticMagicϡ

12.7k63057

answered Oct 16 ’14 at 20:39

Guilherme Simão Couto

5717

add a comment

up vote0down vote

One more place where minSdkVersion makes a sense is a flavor: productFlavors { dev { minSdkVersion 22

} prod {

minSdkVersion 9 } }

minSdkVersion (22) will not install on development devices with API level older than 22.

shareimprove this answer

answered Mar 30 at 11:39

Vladimir Koltunov

715

add a comment

up vote0down vote

After a lot of research i found the solution for this huge error which i was struggling for 2 days. Instead of changing the minSdkVerison & targetSdkVersion in build.gradle Just open the Manifest file and use this

android:minSdkVersion=”17″ android:targetSdkVersion=”21″/

shareimprove this answer

answered May 5 at 10:13

Goutham

11

add a comment

Top of Form Your Answer

Bottom of Form

Directory: aset

aset -> Statewide policy State of Arizona

aset -> New afis (Advantage) Fixed Assets Guidance for Classifying it fixed Assets and Stewardship Assets

Download 188.4 Kb.

Share with your friends:

키워드에 대한 정보 the application could not be installed install_failed_older_sdk

다음은 Bing에서 the application could not be installed install_failed_older_sdk 주제에 대한 검색 결과입니다. 필요한 경우 더 읽을 수 있습니다.

이 기사는 인터넷의 다양한 출처에서 편집되었습니다. 이 기사가 유용했기를 바랍니다. 이 기사가 유용하다고 생각되면 공유하십시오. 매우 감사합니다!

사람들이 주제에 대해 자주 검색하는 키워드 Android Studio fix INSTALL_FAILED_OLDER_SDK

  • 동영상
  • 공유
  • 카메라폰
  • 동영상폰
  • 무료
  • 올리기

Android #Studio #fix #INSTALL_FAILED_OLDER_SDK


YouTube에서 the application could not be installed install_failed_older_sdk 주제의 다른 동영상 보기

주제에 대한 기사를 시청해 주셔서 감사합니다 Android Studio fix INSTALL_FAILED_OLDER_SDK | the application could not be installed install_failed_older_sdk, 이 기사가 유용하다고 생각되면 공유하십시오, 매우 감사합니다.

See also  해와 달 둘 루스 | 맛이 있는 방문! 매운닭발! 대구뽈찜! 오족생채! [해와달 둘루스] 99 개의 새로운 답변이 업데이트되었습니다.