Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Failure [INSTALL_FAILED_OLDER_SDK] error #7

Closed
codingjeremy opened this issue Sep 6, 2019 · 7 comments
Closed

Getting Failure [INSTALL_FAILED_OLDER_SDK] error #7

codingjeremy opened this issue Sep 6, 2019 · 7 comments

Comments

@codingjeremy
Copy link
Collaborator

Issue by Anushak5248
Tuesday Jun 16, 2015 at 08:11 GMT
Originally opened as googlearchive/android-FingerprintDialog#5


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

@codingjeremy
Copy link
Collaborator Author

Comment by yanislavm
Tuesday Jun 16, 2015 at 08:16 GMT


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

@codingjeremy
Copy link
Collaborator Author

Comment by Anushak5248
Tuesday Jun 16, 2015 at 08:23 GMT


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?

@codingjeremy
Copy link
Collaborator Author

Comment by yanislavm
Tuesday Jun 16, 2015 at 08:34 GMT


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

@codingjeremy
Copy link
Collaborator Author

Comment by Anushak5248
Tuesday Jun 16, 2015 at 12:06 GMT


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

@codingjeremy
Copy link
Collaborator Author

Comment by yanislavm
Tuesday Jun 16, 2015 at 20:35 GMT


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

@codingjeremy
Copy link
Collaborator Author

Comment by Anushak5248
Wednesday Jun 17, 2015 at 05:36 GMT


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

@codingjeremy
Copy link
Collaborator Author

Comment by thereisaway
Friday Aug 21, 2015 at 15:06 GMT


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

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

No branches or pull requests

2 participants