sujaybhowmick / OpenAlprDroidApp

Reference App demonstrating the use of Open Alpr library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reference Android App demonstrating the use of Automated License Plate Recognition library

How to build Android APK

Steps to build your APK

First, change the path sdk.dir in OpenAlprDroidApp/local.properties file to your Android SDK location (e.g. sdk.dir=/Applications/Android/sdk) Then,

git clone git@github.com:sujaybhowmick/OpenAlprDroidApp.git
cd OpenAlprDroidApp/
./gradlew clean
./gradlew assembleRelease

You will find app-release-unsigned.apk file in directory OpenAlprDroidApp/app/build/outputs/apk folder or

Native JNI implementation of OpenAlpr API is another project called openalpr-droidapp-native

About

Reference App demonstrating the use of Open Alpr library

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%