Quote:
Originally Posted by davenukem
Anybody want to throw me a link teaching me how exactly to put the appsi make onto the pre sdk? Can't seem to figure it out, just want to test out the hello world app.
|
Hey... here's a short quick tutorial:
[code]
1. open up command prompt (start -> type in "cmd")
1a. right click and run as admin if you're on Vista
2. type cd .. until you get to the "C:/>" directory
3. Type in cd Palm/SDK/share/tutorial
3a. This is assuming you installed the SDK directly on your C drive and not
in a folder or in Program files
4. type in:
[code]
palm-package HelloWorld (hit enter)
palm-install com.yourdomain.helloworld_1.0_all.ipk (hit enter)
[/code]
5. This SHOULD get your app loaded into the emulator, you shouldn't need to restart the emulator or basically do anything else...
If this doesn't work:
Check to see you have all your directory's correct. Change any in the command prompt that you might need to correct for your specific install case.
[/code]
Let me know if that works. Post back here and tell me if it worked for you or not...