Infeasible
Status Update
Comments
xa...@android.com <xa...@android.com> #2
Can you tell us exactly:
- what action are you taking?
- does your build.gradle file has any custom signing setup? if yes, how is it setup?
- what is the current build variant enabled and is that variant setup for default signing.
A Typical issue could be that you switched to the release variant, which is not signed by default and you are trying to deploy it or something.
- what action are you taking?
- does your build.gradle file has any custom signing setup? if yes, how is it setup?
- what is the current build variant enabled and is that variant setup for default signing.
A Typical issue could be that you switched to the release variant, which is not signed by default and you are trying to deploy it or something.
th...@gmail.com <th...@gmail.com> #3
i also have the same issue. Originally my program does not have this problem. But after updating the android studio, I get this error. I check that the build variant of my project is set as debug instead of release, but I still get this error.
Could you advice me how to solve this problem, please?
Could you advice me how to solve this problem, please?
vs...@google.com <vs...@google.com> #4
Please paste the output that shows which apk was being installed? You'll see it in the run console.
vs...@google.com <vs...@google.com>
ta...@gmail.com <ta...@gmail.com> #5
if you still get this error even in debug mode then just
Clean your project and Run again. That worked out for me
P.S I am using Android 2.2 Beta
Clean your project and Run again. That worked out for me
P.S I am using Android 2.2 Beta
Description
OS version: windows 7 ultimate
Java JRE/JDK version: 1.6
Installation failed since the APK was either not signed, or signed incorrectly only in AS but NOT in Eclipse luna using ADT plugin. why?
Im having problem with `Installation failed since the APK was either not signed, or signed incorrectly. If this is a Gradle-based project, then make sure the signing configuration is specified in the Gradle build script.`
this problem occurs NOT in Eclipse luna with ADT plugin, but only in android studio. how do I get over this?