Android In App Billing: Can't start launchPurchaseFlow because launchPurchaseFlow is in progress
问题 I'm implementing In App Billing for the first time and I'm testing my first purchases using the static SKU ids. It worked very well the first time. I called mHelper.launchPurchaseFlow(...) and completed the test purchase. My activity received the onActivityResult callback and I made sure to process it with mHelper.handleActivityResult(...) . Everything was great. @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { // Pass on the activity result to the