google / eddystone

Specification for Eddystone, an open beacon format from Google
Apache License 2.0
3.08k stars 762 forks source link

Problem with pre-built Eddystone-URL Validator apk #73

Closed ukBaz closed 9 years ago

ukBaz commented 9 years ago

Hello,

I've bought a cheap Android phone to run the pre-built Eddystone-URL Validator apk on. When I try to load the apk I get the following error:

screenshot_2015-08-17-10-46-48

Is this an Android version issue?

Here are the details of the phone: screenshot_2015-08-17-10-45-06

Thanks, Barry

dermike commented 9 years ago

@ukBaz The app uses minSdkVersion 22, so it requires Android 5.1 if I interpret the versions correctly.

roywant commented 9 years ago

The validator was built for Lollipop 5.1 or greater. I will add a note explaining to help future users. You can also examine the Android manifest file to figure out the runtime requirements.