nshdesai
Results
3
comments of
nshdesai
Try adding this to your `build.gradle` file ``` android { aaptOptions { noCompress "tflite" } }
I believe that there is a pull request (#19) that fixed it. It just has to be merged On Sat, Feb 10, 2018 at 8:05 AM, EricKani wrote: > Have...
@thiagodangelo worked for me too. @techluv13 if you don't want to do that you can always just clone the greydanus repo itself.