找开Manifest.xml,增加红色部分内容:
package="com.example.helloworld"
android:versionCode="1"
android:versionName="1.0" >
android:minSdkVersion="8"
android:targetSdkVersion="15" />
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:name=".HelloWorld"
android:label="@string/title_activity_hello_world" >
android:name="android.support.PARENT_ACTIVITY"
android:value="HelloWorld" />
阅读(2211) | 评论(0) | 转发(0) |