cmhho
cmhho

Reputation: 43

Android Emulator does not view my index.html with PhoneGap

I am trying to run the sample (or any) application with phonegap in android emulator. I followed all the instructions in the PhoneGap's manual, but instead of the contents of index.html, an ordinary android activity starts. I am using phonegap version 1-2-0 and android emulator with target api 8 (android 2.2). What am I doing wrong? Thanks.

Upvotes: 0

Views: 320

Answers (1)

Roger Hills
Roger Hills

Reputation: 361

This is very hard to answer without some more info. I have managed to get phonegap running on the emulator and my phone fairly recently so it works.

Have you tried MDS applaud ? (It's a plugin for eclipse.)

http://www.mobiledevelopersolutions.com/home/start

Upvotes: 1

Related Questions