Intent 전환 오류

1356 단어 intent
코드 가 틀 리 지 않 았 습 니 다. 그리고 추가 할 것 은 모두 추가 되 었 습 니 다 ~ 오류 가 발생 하지 않 았 습 니 다. 그리고 실행 중 오류 가 발생 했 습 니 다. 오류 가 발생 한 곳 은 바로 startActivity (intent) 입 니 다.위, 실행 중 오류 만 발생 합 니 다.
<?xml version="1.0" encoding="utf-8"?> 
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.keyan.news.map"
android:versionCode="1"
android:versionName="1.0" > 

<uses-sdk android:minSdkVersion="8" /> 

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" > 
<activity
android:name=".NewsMapActivity"
android:label="@string/app_name" > 
<intent-filter> 
<action android:name="android.intent.action.MAIN" /> 
<category android:name="android.intent.category.LAUNCHER" /> 
</intent-filter> 
</activity> 
<activity android:name=".MainMapView"></activity> 
</application> 

</manifest>
 
패키지 이름: package = "com. keyan. news. map"
android: name = "[내용 채 우기]"
액 티 비 티 가 현재 가방 이 라면 '액 티 비 티 이름' 일 수 있 고, 현재 가방 이 아니라면 가방 이름 '액 티 비 티 이름' 일 수 있 습 니 다.

좋은 웹페이지 즐겨찾기