Join Lee Brimelow for an in-depth discussion in this video Whitelisting your binary on a Mac, part of Developing Applications for Amazon Kindle Devices.
So, like I mentioned in the last movie, an important part of being able to test …the GameCircle APIs while you're debugging your application is to …whitelist your binary file. So, we can see here, if I click whitelist …binary, it's asking me for two things. First is the package name for my …application. And then, the signature. …And this is actually the hash key, signature of the Android debug key store. …So, we're going to need to generate that. So, I'm going to go into terminal.…
And to do this, we're going to use the Keytool application that's in the Java …JDK. So, I'm going to say keytool -exportcert. …And then, we're going to say -alias. And for the debug keystore, the alias is …androiddebugkey. Then, we're going to say -keystore. …And now, this is the actual path to the location of the debug keystore.…
Now, on the Mac, that's usually in your Home Directory inside a Folder called ….android. But if you're not sure, you can always …open up Eclipse and go into Preferences, Android, Build, and it will actually give …
Author
Released
3/25/2013The course also covers multiscreen development and testing with the Kindle Emulator, as well as actual deployment to the Kindle store.
Skill Level Intermediate
Duration
Views
Related Courses
-
Android App Development: Local Data Storage (2013)
with David Gassner3h 41m Intermediate
-
Introduction
-
Welcome1m 10s
-
What you should know1m 53s
-
Using the exercise files1m 19s
-
-
1. Preparing for Development
-
Overview of Kindle devices2m 36s
-
What you will be building3m 37s
-
2. Integrating In-App Purchasing
-
Setting up your environment10m 9s
-
Initiating in-app purchases14m 57s
-
Testing in-app purchases8m 40s
-
3. Using the GameCircle API
-
Implementing the leaderboard9m 49s
-
Implementing an achievement6m 33s
-
4. Using the Amazon Maps API
-
5. Multiscreen Development
-
Handling the soft menu bar4m 18s
-
Using the fullscreen modes3m 57s
-
6. Preparing to Publish
-
Targeting other devices6m 51s
-
-
Conclusion
-
Additional Amazon services3m 44s
-
Next steps52s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Whitelisting your binary on a Mac