Good job.
Once you figure it out once, you will be all set. Glad to be of help. See my answers inline. I answered what I could.
1. After I build/export the program in Intel XDK, I get the following message:
"Warning: Crosswalk 7 uses an insecure version of OpenSSL and may be rejected by the Google Play Store. Use Crosswalk 10 if you plan to distribute via the Google Play Store." <-- Any idea how to fix this? I goofed something up somewhere evidently.
This is a known bug in XDK. From XDK, go to BUILD SETTINGS -> ANDROID-CROSSWALK -> CROSSWALK VERSION - Change from 'stable' to 'beta' The beta version fixes this issue when you build your app - it uses version 10.
2. While in Intel XDK, it asks me two questions that I'm not sure how to answer:
"Minimum Android Version" <-- what number should I put here?
"Target Android Version" <-- what number should I put here?
I use '10' and '19' respectively.
Doh!!! I JUST tried uploading to Amazon and now get this error:
"Failed to upload binary. The package name of the uploaded binary does not match the one in the previous version. Contact us for more information." <-- Any idea how to fix this? I don't remember what the 'package name' was in my prior version.
You can find the package name of your app here (on your Amazon Dev account). The package name must match the original. It will be in the form:
com.mycompny.myapp (listed next to 'Package' below)
[attachment=0:38v69jp0][/attachment:38v69jp0]