Closed GoogleCodeExporter closed 8 years ago
The plugin is set up to work with the directory structure from github
https://github.com/phonegap/phonegap-android
I'll update the plugin to support both phonegap directory structures in the
next release.
Original comment by paul.beu...@gmail.com
on 7 Jan 2011 at 6:12
Thanks Paul but I tried with the directory structure from the github and it
didn't work at all. The message is the same. Now the name I provided is
"C:\phonegap-android-812a4b3\example"
Original comment by mser...@gmail.com
on 7 Jan 2011 at 10:42
Hmmm. You should not need to provide a location.
On the first wizard page, you can select "Use phonegap example source as
template for project". It should also work to specify
"C:\phonegap-android-812a4b3\example" if "C:\phonegap-android-812a4b3 is the
phonegap-android Location.
On the second page you should leave "Create new project in workspace" selected
and the "Use default location" unchanged.
Original comment by paul.beu...@gmail.com
on 7 Jan 2011 at 11:15
Ups!, You are right!. I provided ""C:\phonegap-android-812a4b3" and then set
the "Use phonegap example source.." and go to the next step.
The project is generated but a lot of errors (105) appeared.
One example:
"Description Resource Path Location Type
Account cannot be resolved to a
type ContactAccessorSdk5.java /PhonegapTest/src/com/phonegap line 678 Java
Problem"
Another:
"Description Resource Path Location Type
ContactsContract cannot be resolved to a
variable ContactAccessorSdk5.java /PhonegapTest/src/com/phonegap line 633 Java
Problem"
Original comment by mser...@gmail.com
on 8 Jan 2011 at 12:32
It looks like you're using 1.5 or 1.6. A few edits to the java files are
needed. I'll work on it in the next few days.
You should be error free if you choose at least a 2.1 target on the second
wizard page.
Sorry about the issues and thanks for letting me know!
Original comment by paul.beu...@gmail.com
on 8 Jan 2011 at 1:03
Created issue 6
http://code.google.com/a/eclipselabs.org/p/mobile-web-development-with-phonegap/
issues/detail?id=6 to track the 1.6 issue and workarounds
Original comment by paul.beu...@gmail.com
on 8 Jan 2011 at 10:57
Again you are right. I should read better the instructions. I set the target as
2.1 and now the sample is working. And I tested also in a Samsung Galaxy Spica
con Android 2.1 (Upgraded by me!)Great work Paul. Now I need to know how to
program using Phonegap. Where can I get information? Thanks in advance.
Original comment by mser...@gmail.com
on 8 Jan 2011 at 11:26
I appreciate the feedback. The docs can definitely be improved.
For getting rolling with phonegap, you should explore www.phonegap.com and
check out the docs, presentations, code, etc. Also, you could try to tweak the
example program that came with the plugin.
Original comment by paul.beu...@gmail.com
on 8 Jan 2011 at 11:51
The next rev - 1.1.1 - will allow support both PhoneGap directory structures -
from www.phonegap.com, as well as github
Original comment by paul.beu...@gmail.com
on 10 Jan 2011 at 10:22
Original issue reported on code.google.com by
mser...@gmail.com
on 7 Jan 2011 at 3:55