I test the Dungeons demo on Motorola Droid 2 and get an error. In response to a CHECK_BILLING_SUPPORTED request, I get RESULT_BILLING_UNAVAILABLE.
I have product list on Android Market.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I fixed this problem by use keystore with information below:
Keystore name: “debug.keystore”
Keystore password: “android”
Key alias: “androiddebugkey”
Key password: “android”
CN: “CN=Android Debug,O=Android,C=US”
Export application (.apk file) use this debug keystore and upload it to Android market.