androidandroid-ndkjava-native-interfaceautomatic-license-plate-recognition

Compile OpenALPR for Android with NDK


Is there a way to compile the library OpenALPR (https://github.com/openalpr/openalpr) for Android using NDK (ndk-build)?


Solution

  • This is a guide to compile the library for android :

    Tutorial for compiling OpenALPR for Android devices

    [Step 0]

    [Step 1]

    [Step 2]

    [Step 3]

    [Step 4]

    There should not be any error but some warnings... it's ok

    [Step 5]

    Everything should compile smoothly. You can find the alpr library in the openalpr-master/src/libs/armeabi-v7a

    That's all, let me know your successes and failures, i'll try to help you as best as possible