Add the following lines of code to the android/app/build.gradle file, inside the android block: aaptOptions { noCompress 'tflite' noCompress 'lite' } The ...
確定! 回上一頁