skip to Main Content

Flutter error after development environment change

I recently experienced a driver issue and while troubleshooting it I wiped my computer and reset my development environment, however I now get the following errors after trying to build my app on android. C:UserscianrAppDataLocalPubCachehostedpub.devfirebase_messaging-14.7.10androidsrcmainjavaioflutterpluginsfirebasemessagingFlutterFirebaseMessagingPlugin.java:389: error: cannot find symbol .checkSelfPermission(Manifest.permission.POST_NOTIFICATIONS)…

VIEW QUESTION

Android Studio – AAPT: error: unexpected element <property> found in <manifest><application>

I am getting the error AAPT: error: unexpected element <property> found in <manifest><application> in the file (MyUser).gradlecachestransforms-2files-2.1f8eb949f3b3f333139f5fde4ce67e9c7jetified-play-services-ads-lite-22.4.0AndroidManifest.xml:82:9-84:62 from the block <property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/gma_ad_services_config" /> when trying to rebuild my android studio project. Thanks for the help. I havenĀ“t tried much…

VIEW QUESTION
Back To Top
Search