skip to Main Content

React Native Build failed with an exception. Error: Can't determine type for tag '<macro/>

I'm not able to run my project after Android SDK update What went wrong: Execution failed for task ':app:mergeDebugResources'. /Users/rahulajmerat/.gradle/caches/transforms-3/b0ddb0c2f4abcb0605f07159b403e165/transformed/material-1.9.0/res/values/values.xml: Error: Can't determine type for tag '?attr/shapeAppearanceCornerSmall' React-native Version 66.3 Android SDK version 33 This answer is not working for…

VIEW QUESTION

Flutter – PlatformException on Firebase.InitializeApp

I'm having problem starting Firebase after migrating to SDK 33 and Gradle 8. Error: PlatformException (PlatformException(channel-error, Unable to establish connection on channel., null, null)) Part of the code: void main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, ); pubspec.yaml: environment:…

VIEW QUESTION
Back To Top
Search