离线打包 进程名有时候会变成5+Debug
搜索项目 发现
<activity
android:name="io.dcloud.PandoraEntryActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:hardwareAccelerated="true"
android:label="5+Debug"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:theme="@style/DCloudTheme"
android:windowSoftInputMode="adjustResize" >
</activity>
android:label="5+Debug"这个能改么????
1 个回复
DCloud_Android_ST
再eclipse工程下的AndroidManifest.xml文件中,把android:label="5+Debug"中的5+Debug换成你想换成的名称即可