It looks like you're new here. If you want to get involved, click one of these buttons!
Choose the frameworks you will use and delete all the unneeded based on file dependency table for each framework belowI have tried to delete the dependent files for frameworks that I'm not going to use.
and inside these folders I don't see anything like "in-app-purchasing-1.0.3.jar" or other files mentioned in file dependency table.09-24 15:41:47.767: E/WindowState(881): getStack: Window{2d47b8fc u0 com.aimdom.aim/com.giderosmobile.android.iabtestActivity} couldn't find taskId=18659 Callers=com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedInner:9959 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLockedLoop:8991 com.android.server.wm.WindowManagerService.performLayoutAndPlaceSurfacesLocked:8933 com.android.server.wm.WindowManagerService.executeAppTransition:4238 |
Comments
ps. I want to implement it for google play store.
Unfortunately cannot get anything from your error, there must be something else, please try to post full logcat
Likes: aimoi
These are logcats filtered by my package name:
Thanks a lot for helping. (:
So let's retrace the steps?
Are you using Eclipse export?
Then
1) copy libiab.so files in to respective architecture folders
2) add System.loadLibrary("iab"); to main activity
3) add "com.giderosmobile.android.plugins.iab.Iab" to external classes
4) add permission to manifest:
5) Copy files in folders android/vending/billing
giderosmobile/android/plugins/iab
from giderosmobile/android/plugins/iab/frameworks copy only IabGoogle.java and google folder
copy all that in to same hierarchical place in your exported project
6) Build your project
And it seems I was wrong, it does not even need Google Play Services, sorry have not done it in a while
Likes: aimoi
Finally I found where was the problem. As you had said in here The problem was not about the implementing. As I had to test the app on the real device and I couldn't use the built-in player to test my app, I was not able to see I had used a variable without setting it up. So because of that I was receiving such a error.
@ar2rsawseen Thank you very much for your help and contribution. (: