我将它反编译之后按你说的把ChinaMobilePurchase$PurchaseCallBack.smali里面的onUserOperCancel内容改成onBillingSuccess的内容,用Autosign再进行签名不支持。只好在eclipse中新建工程再签名打包成APK文件。可是拷贝到eclipse里 AndroidManifest.xml文件报错,有两处错误,还请楼主解答
1.<manifest android:versionCode="1" android:versionName="1.0.1" android:installLocation="auto" package="com.popcap.pvz2cthdbddk"
xmlns:android="http://schemas.android.com/apk/res/android">这里提示:No resource identifier found for attribute"installLocation" in package 'android'
2. <activity android:theme="@style/Theme.SexyApp" android:label="@string/app_label" android:name="com.popcap.SexyApp.SexyAppActivity" android:launchMode="singleTask" android:screenOrientation="sensorLandscape" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter> 这里提示:String typed not allowed at "screenOrientation" with value "sensorLandscape"
我将它反编译之后按你说的把ChinaMobilePurchase$PurchaseCallBack.smali里面的onUserOperCancel内容改成onBillingSuccess的内容,用Autosign再进行签名不支持。只好在eclipse中新建工程再签名打包成APK文件。可是拷贝到eclipse里 AndroidManifest.xml文件报错,有两处错误,还请楼主解答
1.<manifest android:versionCode="1" android:versionName="1.0.1" android:installLocation="auto" package="com.popcap.pvz2cthdbddk"
xmlns:android="http://schemas.android.com/apk/res/android">这里提示:No resource identifier found for attribute"installLocation" in package 'android'
2. <activity android:theme="@style/Theme.SexyApp" android:label="@string/app_label" android:name="com.popcap.SexyApp.SexyAppActivity" android:launchMode="singleTask" android:screenOrientation="sensorLandscape" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter> 这里提示:String typed not allowed at "screenOrientation" with value "sensorLandscape"