Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Getting Failure [INSTALL_FAILED_OLDER_SDK] error #5

Closed
Anushak5248 opened this issue Jun 16, 2015 · 8 comments
Closed

Getting Failure [INSTALL_FAILED_OLDER_SDK] error #5

Anushak5248 opened this issue Jun 16, 2015 · 8 comments

Comments

@Anushak5248
Copy link

Hi,
I want to know about the biometric fingerprint so, when Im run this application Im unable to install. It shows me below error
pkg: /data/local/tmp/com.example.android.fingerprintdialog
Failure [INSTALL_FAILED_OLDER_SDK]
Even I have changed build .gradle file
compileSdkVersion "android-MNC"
buildToolsVersion "22.0.1"
defaultConfig {
minSdkVersion 15
maxSdkVersion 17
versionCode 1
versionName "1.0"
}
I want to check the functionality but im unable to get apk file
Please help me on this

@yanislavm
Copy link

Hi,
You have to run it on Android M - for the moment on emulator or if you have a Nexus device with Android M image on it

Kind Regards

@Anushak5248
Copy link
Author

Hi Flymanj,
Thanks for your reply..
We don't have Android device with the version of Android M. If I have created android M emulator how can test fingerprint?. Is this application is not supported for below android M version?

@yanislavm
Copy link

Hi,
I'm using emulator.
Please check that page - https://developer.android.com/preview/api-overview.html#authentication
There you can find that there is an adb command - adb -e emu finger touch <finger_id>
The problem is that you are not able to test a wrong finger print, or at least I was not able to find out a way.

Kind Regards,
Yanislav

@Anushak5248
Copy link
Author

Hi,
Thanks for your support..
I have created Android M emulator and successfully installed application
Unable to find the fingerprint sensor in my emulator[settings ->security->fingerprint-> password]
How can I take the finger print sensor by using emulator?..
And how can we get the finger_id [adb -e emu finger touch <finger_id>]
I 'm run below command but I haven't achieved.
adb -e emu finger touch
emulator

@yanislavm
Copy link

Hi,
You are missing the "touch id". Sorry didn't noticed that it is removed because the brackets
try to type adb -e emu finger touch 1

Kind Regards

@Anushak5248
Copy link
Author

Hi,
Ok..But my system doesn't have touch screen :(. I couldn't found any way to test this..

@thereisaway
Copy link

Hi, for me, adb -e emu finger touch 1 does not work, nothing happened...

@codingjeremy
Copy link
Contributor

I am closing this issue/PR, as it has been migrated to the new repo linked above in the comments. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants