You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I import your project into the eclipse, it is uncompilable with some errors.
In your AndroidManifest.xml, there is android:targetSdkVersion="13"
(1)Using:API 13:
file:SuperImageView.java
line 225:
error:This method is not overriding anything with the current build target, but will in API level 16 (current target is 13): net.robotmedia.acv.ui.widget.SuperImageView#getMaxWidth
But in API 16:
line 225:
error:The return type is incompatible with ImageView.getMaxWidth()
After I import your project into the eclipse, it is uncompilable with some errors.
In your AndroidManifest.xml, there is android:targetSdkVersion="13"
(1)Using:API 13:
file:SuperImageView.java
line 225:
error:This method is not overriding anything with the current build target, but will in API level 16 (current target is 13): net.robotmedia.acv.ui.widget.SuperImageView#getMaxWidth
But in API 16:
line 225:
error:The return type is incompatible with ImageView.getMaxWidth()
(2)
How can I get the Android Billing Library?
Can I prase the source code of the https://github.com/robotmedia/AndroidBillingLibrary/tree/0153cf5bf3f41c79220bf8bdfa226e86e4dfd537 into your project?
Can you discuss it more?
(3)
Using: API 13:
file:BuildUtils.java
line 27:
error:CE_CREAM_SANDWICH cannot be resolved or is not a field
The text was updated successfully, but these errors were encountered: