android/app/src/main/AndroidManifest.xml
@@ -1,9 +1,15 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.location"> <application android:name="com.yeshi.location.MyApplication" android:label="location" android:icon="@mipmap/ic_launcher"> <activity <meta-data android:name="com.baidu.lbsapi.API_KEY" android:value="cOlR8Kpr9SKqL3gghONxxltcZOxEqFh0" /> <activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme"