codelab-mlkit-android
codelab-mlkit-android copied to clipboard
Step 8: Classification still not working
Hi, I just want to share my case that I have followed all the steps but the classification didn't work and there were no errors logged out.
Added this to build.gradle (app), inside android{}
is an extra step which was not mentioned in the codelab instruction:
aaptOptions { noCompress "tflite" }
This solved my problem and maybe yours too :)