cmalbuquerque / audio_recognition_app

Flutter mobile application for audio recognition using Tensorflow Lite to integrate the classification model
24 stars 12 forks source link

Android Manifest #2

Open cartel360 opened 3 years ago

cartel360 commented 3 years ago

There is an issue when trying to run the app, the overlay manifest attribute decalred at AndroidManifest.xml file in android/app/src/debug is not the same as the one declared in androis.app/src/main/res

cmalbuquerque commented 3 years ago

@cartel360 I am sorry for answering late. I will run the project again and try to see why this issue happens in order to give you some feedback.