Hi,
I'm doing an app with In App Purchases on Adobe AIR for Amazon devices. The problem comes when I upload the release build to the Amazon Store. I get this message:
"Your APK currently supports no devices. In order to submit your app, this APK must support at least one device. Refer to the device tooltips for more information."
And no one Amazon Fire phones or tablets is selectable in "Device Support".
Seeing this doc:
I guess the problem may be that I must include in the manifest, because I use the Amazon In App Purchasing ANE for AIR, and this is only for Amazon devices.
But when I include these tag in the manifest (via the AIR Application Descriptor File of the project), I get this error from Flash Builder 4.7:
"error 402: Current Android sdk version doesn't support uses-amzn-sdk as xml tag"
I include the tag in this way in the Application Descriptor File:
...
My questions are:
1) It is really necessary to include tag to get amazon devices availables? or why I get the message "Your APK Currently supports no devices ... "?
2) If I must include , How I can do it in AIR / Flash Builder avoiding the error 402?
Thanks in Advance,
Alejandro