We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e1b2e commit c853a95Copy full SHA for c853a95
example/android/app/src/main/AndroidManifest.xml
@@ -8,7 +8,7 @@
8
FlutterApplication and put your custom class here. -->
9
<uses-permission android:name="android.permission.INTERNET"/>
10
<application
11
- android:name="${applicationName}"
+ android:name="io.flutter.app.FlutterApplication"
12
android:label="FlutterAds"
13
android:icon="@mipmap/ic_launcher"
14
android:theme="@style/AppTheme"
example/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java
0 commit comments