全面更新
Showing
2 changed files
with
4 additions
and
4 deletions
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | </value> | 24 | </value> |
25 | </option> | 25 | </option> |
26 | </component> | 26 | </component> |
27 | <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | 27 | <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
28 | <output url="file://$PROJECT_DIR$/build/classes" /> | 28 | <output url="file://$PROJECT_DIR$/build/classes" /> |
29 | </component> | 29 | </component> |
30 | <component name="ProjectType"> | 30 | <component name="ProjectType"> | ... | ... |
... | @@ -24,14 +24,14 @@ | ... | @@ -24,14 +24,14 @@ |
24 | android:theme="@style/AppTheme.NoActionBar"> <!-- 禁止屏幕旋转 --> | 24 | android:theme="@style/AppTheme.NoActionBar"> <!-- 禁止屏幕旋转 --> |
25 | </activity> | 25 | </activity> |
26 | <activity android:name=".GoogleMapActivity"> | 26 | <activity android:name=".GoogleMapActivity"> |
27 | |||
28 | </activity> | ||
29 | <activity android:name=".BaiduMapActivity"> | ||
27 | <intent-filter> | 30 | <intent-filter> |
28 | <action android:name="android.intent.action.MAIN" /> | 31 | <action android:name="android.intent.action.MAIN" /> |
29 | <category android:name="android.intent.category.LAUNCHER" /> | 32 | <category android:name="android.intent.category.LAUNCHER" /> |
30 | </intent-filter> | 33 | </intent-filter> |
31 | </activity> | 34 | </activity> |
32 | <activity android:name=".BaiduMapActivity"> | ||
33 | |||
34 | </activity> | ||
35 | </application> | 35 | </application> |
36 | 36 | ||
37 | </manifest> | 37 | </manifest> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment