How to overcome app not installed error when building from Android Studio 3.0?
For giving build for a debug Android app from Android Studio 3.0 it’s not installing in Mobile having Marshmallow and up (in Lollipop not tested) . I have used maximum solution from Stack overflow but it’s not working. It’s always showing App Not Installed.
android android-developer-api android-debugging
|
show 10 more comments
For giving build for a debug Android app from Android Studio 3.0 it’s not installing in Mobile having Marshmallow and up (in Lollipop not tested) . I have used maximum solution from Stack overflow but it’s not working. It’s always showing App Not Installed.
android android-developer-api android-debugging
does your android mobile support marshmallow ? because when you are creating android app from studio it will ask for the target android version like if you choose android 4 success rate would be like 92+% that means your app what ever you build will run on 92+% devices .
– Pradeep
Oct 31 '17 at 12:16
does your app is getting installed as apk in your mobile ?To do that you need to enable virtual debugging
– Pradeep
Oct 31 '17 at 12:19
Its android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
– Tanmay Sahoo
Oct 31 '17 at 13:09
hi Tanmay I am not asking android studio configuration I am asking about your mobile android version.Does it support marshmellow?
– Pradeep
Oct 31 '17 at 13:13
1
Hi Tanmay, Did you got any solution which worked for you, because I am facing same issue after upgrading android studio from 2.3 to 3.0
– Ankit
Nov 15 '17 at 11:43
|
show 10 more comments
For giving build for a debug Android app from Android Studio 3.0 it’s not installing in Mobile having Marshmallow and up (in Lollipop not tested) . I have used maximum solution from Stack overflow but it’s not working. It’s always showing App Not Installed.
android android-developer-api android-debugging
For giving build for a debug Android app from Android Studio 3.0 it’s not installing in Mobile having Marshmallow and up (in Lollipop not tested) . I have used maximum solution from Stack overflow but it’s not working. It’s always showing App Not Installed.
android android-developer-api android-debugging
android android-developer-api android-debugging
edited Dec 11 '17 at 9:17
Tanmay Sahoo
asked Oct 31 '17 at 12:10
Tanmay SahooTanmay Sahoo
340314
340314
does your android mobile support marshmallow ? because when you are creating android app from studio it will ask for the target android version like if you choose android 4 success rate would be like 92+% that means your app what ever you build will run on 92+% devices .
– Pradeep
Oct 31 '17 at 12:16
does your app is getting installed as apk in your mobile ?To do that you need to enable virtual debugging
– Pradeep
Oct 31 '17 at 12:19
Its android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
– Tanmay Sahoo
Oct 31 '17 at 13:09
hi Tanmay I am not asking android studio configuration I am asking about your mobile android version.Does it support marshmellow?
– Pradeep
Oct 31 '17 at 13:13
1
Hi Tanmay, Did you got any solution which worked for you, because I am facing same issue after upgrading android studio from 2.3 to 3.0
– Ankit
Nov 15 '17 at 11:43
|
show 10 more comments
does your android mobile support marshmallow ? because when you are creating android app from studio it will ask for the target android version like if you choose android 4 success rate would be like 92+% that means your app what ever you build will run on 92+% devices .
– Pradeep
Oct 31 '17 at 12:16
does your app is getting installed as apk in your mobile ?To do that you need to enable virtual debugging
– Pradeep
Oct 31 '17 at 12:19
Its android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
– Tanmay Sahoo
Oct 31 '17 at 13:09
hi Tanmay I am not asking android studio configuration I am asking about your mobile android version.Does it support marshmellow?
– Pradeep
Oct 31 '17 at 13:13
1
Hi Tanmay, Did you got any solution which worked for you, because I am facing same issue after upgrading android studio from 2.3 to 3.0
– Ankit
Nov 15 '17 at 11:43
does your android mobile support marshmallow ? because when you are creating android app from studio it will ask for the target android version like if you choose android 4 success rate would be like 92+% that means your app what ever you build will run on 92+% devices .
– Pradeep
Oct 31 '17 at 12:16
does your android mobile support marshmallow ? because when you are creating android app from studio it will ask for the target android version like if you choose android 4 success rate would be like 92+% that means your app what ever you build will run on 92+% devices .
– Pradeep
Oct 31 '17 at 12:16
does your app is getting installed as apk in your mobile ?To do that you need to enable virtual debugging
– Pradeep
Oct 31 '17 at 12:19
does your app is getting installed as apk in your mobile ?To do that you need to enable virtual debugging
– Pradeep
Oct 31 '17 at 12:19
Its android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
– Tanmay Sahoo
Oct 31 '17 at 13:09
Its android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
– Tanmay Sahoo
Oct 31 '17 at 13:09
hi Tanmay I am not asking android studio configuration I am asking about your mobile android version.Does it support marshmellow?
– Pradeep
Oct 31 '17 at 13:13
hi Tanmay I am not asking android studio configuration I am asking about your mobile android version.Does it support marshmellow?
– Pradeep
Oct 31 '17 at 13:13
1
1
Hi Tanmay, Did you got any solution which worked for you, because I am facing same issue after upgrading android studio from 2.3 to 3.0
– Ankit
Nov 15 '17 at 11:43
Hi Tanmay, Did you got any solution which worked for you, because I am facing same issue after upgrading android studio from 2.3 to 3.0
– Ankit
Nov 15 '17 at 11:43
|
show 10 more comments
8 Answers
8
active
oldest
votes
Well the original question doesn´t have enough information, but we can have some info getting some comments:
Android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
virtual debugging option also on.
I am facing same issue after upgrading android studio from 2.3 to 3.0
Ok the message "App Not Installed"
will refer to multiple causes, and please returning to Android Studio 2.3. from 3.0 is not an option!
When we upgrade from Android Studio 2.3 to 3.0 we can find some configuration issues caused mainly by the support libraries, that will cause that our application could not be installed.
To avoid this problem we need to invalidate cache in Android Studio 3.0+ and the problem will be solved.
Please try this option.
agree with @Jorgesys, happen to me when using another pc, clean, rebuild, and restart solve problem
– Iqbal Rizky
Dec 11 '17 at 4:44
1
I have to sign in to up vote your solution. Work for me after a whole day of trying other solutions. (Android Studio 3.3.1)
– Gold Chicken
Feb 17 at 15:41
add a comment |
First try to generate the debug apk by below steps:
- Goto Run
- Edit Configurations
- select + icon on the left side
- Select Gradle
- Click the Configuration tab if it is not selected in the right side
- In Gradle project add your app as a gradle project
- From the tasks select/set "assemble"
- Press ok
Now run that configuration.
you will have the debug apk ready in build/outputs/apk/app-debug.apk.
Now install that apk in any device. It should work.
add a comment |
As of Android Studio 3 the Run-Button builds test-only apks. See documentation
Note: The Run button builds an APK with testOnly="true", which means the APK can only be installed via adb (which Android Studio uses). If you want a debuggable APK that people can install without adb, select your debug variant and click Build > Build APK(s).
This solved my issue:
https://stackoverflow.com/a/46661987/7756799
add a comment |
None of the other answers solved the issue. The build and install was going fine when it's triggered from android studio with a device connected to the computer or with an emulator, the only issue was when sending the apk via email or hockey app.
How I could fix it (and this might not be the solution for everybody), I enabled the multidex support by adding this to the default config:
// Enabling multidex support.
multiDexEnabled true
PS: Usually Android Studio build would fail if the multidex support has to be enabled, in this new version this didn't happen, but my Jenkins build was broken and this is how I could solve it.
add a comment |
Ohh this is exactly we have to do:
- Go to Build
- Build Apk
- Locate Apk
add a comment |
In Android studio goto build menu and then Build Aps(s). Its work fine for me.
This seems to be just a repeat of this existing answer.
– Pang
Mar 14 '18 at 10:43
add a comment |
There are 2 type of APK Signature #1 JAR signature (aka v1) and #2full APK sign (aka v2): Not all the devices recognize it ,so make sure you anable both V1 and V2.
add a comment |
In my case my debug apk worked fine but when i try to install Signed apk then following error shows
"APP not Installed"
then i add
multiDexEnabled true
in gradel fine then its work fine
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f47035090%2fhow-to-overcome-app-not-installed-error-when-building-from-android-studio-3-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well the original question doesn´t have enough information, but we can have some info getting some comments:
Android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
virtual debugging option also on.
I am facing same issue after upgrading android studio from 2.3 to 3.0
Ok the message "App Not Installed"
will refer to multiple causes, and please returning to Android Studio 2.3. from 3.0 is not an option!
When we upgrade from Android Studio 2.3 to 3.0 we can find some configuration issues caused mainly by the support libraries, that will cause that our application could not be installed.
To avoid this problem we need to invalidate cache in Android Studio 3.0+ and the problem will be solved.
Please try this option.
agree with @Jorgesys, happen to me when using another pc, clean, rebuild, and restart solve problem
– Iqbal Rizky
Dec 11 '17 at 4:44
1
I have to sign in to up vote your solution. Work for me after a whole day of trying other solutions. (Android Studio 3.3.1)
– Gold Chicken
Feb 17 at 15:41
add a comment |
Well the original question doesn´t have enough information, but we can have some info getting some comments:
Android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
virtual debugging option also on.
I am facing same issue after upgrading android studio from 2.3 to 3.0
Ok the message "App Not Installed"
will refer to multiple causes, and please returning to Android Studio 2.3. from 3.0 is not an option!
When we upgrade from Android Studio 2.3 to 3.0 we can find some configuration issues caused mainly by the support libraries, that will cause that our application could not be installed.
To avoid this problem we need to invalidate cache in Android Studio 3.0+ and the problem will be solved.
Please try this option.
agree with @Jorgesys, happen to me when using another pc, clean, rebuild, and restart solve problem
– Iqbal Rizky
Dec 11 '17 at 4:44
1
I have to sign in to up vote your solution. Work for me after a whole day of trying other solutions. (Android Studio 3.3.1)
– Gold Chicken
Feb 17 at 15:41
add a comment |
Well the original question doesn´t have enough information, but we can have some info getting some comments:
Android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
virtual debugging option also on.
I am facing same issue after upgrading android studio from 2.3 to 3.0
Ok the message "App Not Installed"
will refer to multiple causes, and please returning to Android Studio 2.3. from 3.0 is not an option!
When we upgrade from Android Studio 2.3 to 3.0 we can find some configuration issues caused mainly by the support libraries, that will cause that our application could not be installed.
To avoid this problem we need to invalidate cache in Android Studio 3.0+ and the problem will be solved.
Please try this option.
Well the original question doesn´t have enough information, but we can have some info getting some comments:
Android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
virtual debugging option also on.
I am facing same issue after upgrading android studio from 2.3 to 3.0
Ok the message "App Not Installed"
will refer to multiple causes, and please returning to Android Studio 2.3. from 3.0 is not an option!
When we upgrade from Android Studio 2.3 to 3.0 we can find some configuration issues caused mainly by the support libraries, that will cause that our application could not be installed.
To avoid this problem we need to invalidate cache in Android Studio 3.0+ and the problem will be solved.
Please try this option.
answered Dec 7 '17 at 22:58
ElenasysElenasys
95.2k16250216
95.2k16250216
agree with @Jorgesys, happen to me when using another pc, clean, rebuild, and restart solve problem
– Iqbal Rizky
Dec 11 '17 at 4:44
1
I have to sign in to up vote your solution. Work for me after a whole day of trying other solutions. (Android Studio 3.3.1)
– Gold Chicken
Feb 17 at 15:41
add a comment |
agree with @Jorgesys, happen to me when using another pc, clean, rebuild, and restart solve problem
– Iqbal Rizky
Dec 11 '17 at 4:44
1
I have to sign in to up vote your solution. Work for me after a whole day of trying other solutions. (Android Studio 3.3.1)
– Gold Chicken
Feb 17 at 15:41
agree with @Jorgesys, happen to me when using another pc, clean, rebuild, and restart solve problem
– Iqbal Rizky
Dec 11 '17 at 4:44
agree with @Jorgesys, happen to me when using another pc, clean, rebuild, and restart solve problem
– Iqbal Rizky
Dec 11 '17 at 4:44
1
1
I have to sign in to up vote your solution. Work for me after a whole day of trying other solutions. (Android Studio 3.3.1)
– Gold Chicken
Feb 17 at 15:41
I have to sign in to up vote your solution. Work for me after a whole day of trying other solutions. (Android Studio 3.3.1)
– Gold Chicken
Feb 17 at 15:41
add a comment |
First try to generate the debug apk by below steps:
- Goto Run
- Edit Configurations
- select + icon on the left side
- Select Gradle
- Click the Configuration tab if it is not selected in the right side
- In Gradle project add your app as a gradle project
- From the tasks select/set "assemble"
- Press ok
Now run that configuration.
you will have the debug apk ready in build/outputs/apk/app-debug.apk.
Now install that apk in any device. It should work.
add a comment |
First try to generate the debug apk by below steps:
- Goto Run
- Edit Configurations
- select + icon on the left side
- Select Gradle
- Click the Configuration tab if it is not selected in the right side
- In Gradle project add your app as a gradle project
- From the tasks select/set "assemble"
- Press ok
Now run that configuration.
you will have the debug apk ready in build/outputs/apk/app-debug.apk.
Now install that apk in any device. It should work.
add a comment |
First try to generate the debug apk by below steps:
- Goto Run
- Edit Configurations
- select + icon on the left side
- Select Gradle
- Click the Configuration tab if it is not selected in the right side
- In Gradle project add your app as a gradle project
- From the tasks select/set "assemble"
- Press ok
Now run that configuration.
you will have the debug apk ready in build/outputs/apk/app-debug.apk.
Now install that apk in any device. It should work.
First try to generate the debug apk by below steps:
- Goto Run
- Edit Configurations
- select + icon on the left side
- Select Gradle
- Click the Configuration tab if it is not selected in the right side
- In Gradle project add your app as a gradle project
- From the tasks select/set "assemble"
- Press ok
Now run that configuration.
you will have the debug apk ready in build/outputs/apk/app-debug.apk.
Now install that apk in any device. It should work.
answered Dec 8 '17 at 10:00
Android TeamAndroid Team
7,86011336
7,86011336
add a comment |
add a comment |
As of Android Studio 3 the Run-Button builds test-only apks. See documentation
Note: The Run button builds an APK with testOnly="true", which means the APK can only be installed via adb (which Android Studio uses). If you want a debuggable APK that people can install without adb, select your debug variant and click Build > Build APK(s).
This solved my issue:
https://stackoverflow.com/a/46661987/7756799
add a comment |
As of Android Studio 3 the Run-Button builds test-only apks. See documentation
Note: The Run button builds an APK with testOnly="true", which means the APK can only be installed via adb (which Android Studio uses). If you want a debuggable APK that people can install without adb, select your debug variant and click Build > Build APK(s).
This solved my issue:
https://stackoverflow.com/a/46661987/7756799
add a comment |
As of Android Studio 3 the Run-Button builds test-only apks. See documentation
Note: The Run button builds an APK with testOnly="true", which means the APK can only be installed via adb (which Android Studio uses). If you want a debuggable APK that people can install without adb, select your debug variant and click Build > Build APK(s).
This solved my issue:
https://stackoverflow.com/a/46661987/7756799
As of Android Studio 3 the Run-Button builds test-only apks. See documentation
Note: The Run button builds an APK with testOnly="true", which means the APK can only be installed via adb (which Android Studio uses). If you want a debuggable APK that people can install without adb, select your debug variant and click Build > Build APK(s).
This solved my issue:
https://stackoverflow.com/a/46661987/7756799
answered May 2 '18 at 8:12
memresubasimemresubasi
516
516
add a comment |
add a comment |
None of the other answers solved the issue. The build and install was going fine when it's triggered from android studio with a device connected to the computer or with an emulator, the only issue was when sending the apk via email or hockey app.
How I could fix it (and this might not be the solution for everybody), I enabled the multidex support by adding this to the default config:
// Enabling multidex support.
multiDexEnabled true
PS: Usually Android Studio build would fail if the multidex support has to be enabled, in this new version this didn't happen, but my Jenkins build was broken and this is how I could solve it.
add a comment |
None of the other answers solved the issue. The build and install was going fine when it's triggered from android studio with a device connected to the computer or with an emulator, the only issue was when sending the apk via email or hockey app.
How I could fix it (and this might not be the solution for everybody), I enabled the multidex support by adding this to the default config:
// Enabling multidex support.
multiDexEnabled true
PS: Usually Android Studio build would fail if the multidex support has to be enabled, in this new version this didn't happen, but my Jenkins build was broken and this is how I could solve it.
add a comment |
None of the other answers solved the issue. The build and install was going fine when it's triggered from android studio with a device connected to the computer or with an emulator, the only issue was when sending the apk via email or hockey app.
How I could fix it (and this might not be the solution for everybody), I enabled the multidex support by adding this to the default config:
// Enabling multidex support.
multiDexEnabled true
PS: Usually Android Studio build would fail if the multidex support has to be enabled, in this new version this didn't happen, but my Jenkins build was broken and this is how I could solve it.
None of the other answers solved the issue. The build and install was going fine when it's triggered from android studio with a device connected to the computer or with an emulator, the only issue was when sending the apk via email or hockey app.
How I could fix it (and this might not be the solution for everybody), I enabled the multidex support by adding this to the default config:
// Enabling multidex support.
multiDexEnabled true
PS: Usually Android Studio build would fail if the multidex support has to be enabled, in this new version this didn't happen, but my Jenkins build was broken and this is how I could solve it.
answered Dec 8 '17 at 12:23
ahmed_khan_89ahmed_khan_89
2,1511842
2,1511842
add a comment |
add a comment |
Ohh this is exactly we have to do:
- Go to Build
- Build Apk
- Locate Apk
add a comment |
Ohh this is exactly we have to do:
- Go to Build
- Build Apk
- Locate Apk
add a comment |
Ohh this is exactly we have to do:
- Go to Build
- Build Apk
- Locate Apk
Ohh this is exactly we have to do:
- Go to Build
- Build Apk
- Locate Apk
answered Mar 6 '18 at 18:56
Tanmay SahooTanmay Sahoo
340314
340314
add a comment |
add a comment |
In Android studio goto build menu and then Build Aps(s). Its work fine for me.
This seems to be just a repeat of this existing answer.
– Pang
Mar 14 '18 at 10:43
add a comment |
In Android studio goto build menu and then Build Aps(s). Its work fine for me.
This seems to be just a repeat of this existing answer.
– Pang
Mar 14 '18 at 10:43
add a comment |
In Android studio goto build menu and then Build Aps(s). Its work fine for me.
In Android studio goto build menu and then Build Aps(s). Its work fine for me.
answered Mar 14 '18 at 10:28
RawatRawat
113
113
This seems to be just a repeat of this existing answer.
– Pang
Mar 14 '18 at 10:43
add a comment |
This seems to be just a repeat of this existing answer.
– Pang
Mar 14 '18 at 10:43
This seems to be just a repeat of this existing answer.
– Pang
Mar 14 '18 at 10:43
This seems to be just a repeat of this existing answer.
– Pang
Mar 14 '18 at 10:43
add a comment |
There are 2 type of APK Signature #1 JAR signature (aka v1) and #2full APK sign (aka v2): Not all the devices recognize it ,so make sure you anable both V1 and V2.
add a comment |
There are 2 type of APK Signature #1 JAR signature (aka v1) and #2full APK sign (aka v2): Not all the devices recognize it ,so make sure you anable both V1 and V2.
add a comment |
There are 2 type of APK Signature #1 JAR signature (aka v1) and #2full APK sign (aka v2): Not all the devices recognize it ,so make sure you anable both V1 and V2.
There are 2 type of APK Signature #1 JAR signature (aka v1) and #2full APK sign (aka v2): Not all the devices recognize it ,so make sure you anable both V1 and V2.
answered Dec 15 '18 at 12:53
JPilsonJPilson
162
162
add a comment |
add a comment |
In my case my debug apk worked fine but when i try to install Signed apk then following error shows
"APP not Installed"
then i add
multiDexEnabled true
in gradel fine then its work fine
add a comment |
In my case my debug apk worked fine but when i try to install Signed apk then following error shows
"APP not Installed"
then i add
multiDexEnabled true
in gradel fine then its work fine
add a comment |
In my case my debug apk worked fine but when i try to install Signed apk then following error shows
"APP not Installed"
then i add
multiDexEnabled true
in gradel fine then its work fine
In my case my debug apk worked fine but when i try to install Signed apk then following error shows
"APP not Installed"
then i add
multiDexEnabled true
in gradel fine then its work fine
answered Jan 3 at 8:05
Null Pointer ExceptionNull Pointer Exception
63548
63548
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f47035090%2fhow-to-overcome-app-not-installed-error-when-building-from-android-studio-3-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
does your android mobile support marshmallow ? because when you are creating android app from studio it will ask for the target android version like if you choose android 4 success rate would be like 92+% that means your app what ever you build will run on 92+% devices .
– Pradeep
Oct 31 '17 at 12:16
does your app is getting installed as apk in your mobile ?To do that you need to enable virtual debugging
– Pradeep
Oct 31 '17 at 12:19
Its android studio 3.0 and compileSdkVersion 26, buildToolsVersion '26.0.2',minSdkVersion 15, targetSdkVersion 26
– Tanmay Sahoo
Oct 31 '17 at 13:09
hi Tanmay I am not asking android studio configuration I am asking about your mobile android version.Does it support marshmellow?
– Pradeep
Oct 31 '17 at 13:13
1
Hi Tanmay, Did you got any solution which worked for you, because I am facing same issue after upgrading android studio from 2.3 to 3.0
– Ankit
Nov 15 '17 at 11:43