Rick
Rick

Reputation: 1163

How do I open a .apk google example?

Ok so I want to learn android push notifications. I found at android to use the C2DM service. http://code.google.com/android/c2dm/

Great they even give me an example. http://code.google.com/p/jumpnote/downloads/list

My problem is I don't know what to do with the file after I download it. :P It is an .apk file. So how do I open it in eclipse to learn from it?

Upvotes: 0

Views: 474

Answers (2)

John
John

Reputation: 26

An apk is an android install app thingy you run it on your phone. To edit search android code examples and select the first one select what you want to edit dowbload the manifest and the other files and edit them in eclipse. Have you ever tried opening a .exe in notepad it does not work so well because it is already compiled same (i think) with the. Apk also make sure you have the android plugib for exlipse. Sorry for the strange language I am a delvoper who forgets the name of everything. And the grammer i am only 13.

Upvotes: 1

i_am_jorf
i_am_jorf

Reputation: 54640

Rename it to .zip and you can open it with your favorite zip unarchiving program.

Upvotes: 0

Related Questions