Amazon video tutorial series. Emulator, GameCircle, IAP
The_Gamesalad_Guru
Member Posts: 9,922
Greetings all. I was able to devote the weekend to putting together the long awaited series on All things Amazon. I completed the first of three parts. In this video I show you how to install setup and run the kindle fire emulator to use for testing your GameCircle and IAP code. I hope to complete part 2 on game circle tomorrow and then onto IAP.
Comments
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template
Thanks.
Need Help? Email Me | Templates | Full Game Source Code
Downloading Amazon AVD Launcher (Mac OS X), revision 2
URL not found: /Applications/Android Development/sdk/temp/b3928448d409f1aaadf724169bd684af11851c07.zip (Permission denied)
Downloading Kindle Fire Device Definitions, revision 3
URL not found: /Applications/Android Development/sdk/temp/05db2fcbff794f4aede95d01cf0e85adec05418b.zip (Permission denied)
Done. Nothing was installed.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
This is why the gamesalad community rocks
Like Balls? Then click here! We've 100 coming soon
@alarm656 yes you can move the android folder it needs to be located at root as I explain. Also make sure you have the Amazon SDK installed as well.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Whatever, keep trying man! I have faith in you! [-O<
I do need to see it work as when I make a video I throughly test first as I want my videos to be as reliable as possible.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Hi, I am having trouble installing the Amazon sdk. When I enter the url
http://kindle-sdk.s3.amazonaws.com/addon.xml
Nothing happens. (see video)
http://screencast-o-matic.com/watch/c2i63Vnmbp
Having a MD5 signature problem. Any help would be appreciated.(See video)
http://screencast-o-matic.com/watch/c2i63TnmFi
I am trying to remember how I did this. I looked at my notes and you have the first bit right "keytool -list -keystore (Drag and drop file into terminal window, leave a space before and after path)" but you also need to add your alias key name to the statement " -alias yourkeyname" and it should work.
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template
I know that @The_GameSalad_Guru is really busy outside of GS right now. You may want to post a new help topic in case he does not get to it for a few days. If I happen to talk to him before the weekend, I'll point him over to this thread.
Add a space after -keystore
If that doesnt work try keytool -list -v -alias [Alias Here] -keystore [Keystore Here]
(example: keytool -list -v -alias BjandthekatzStudios -keystore BjandthekatzStudios.keystore)
Need Help? Email Me | Templates | Full Game Source Code
Thats is, Thanks colander. Had to leave a space