Coder Social home page Coder Social logo

Comments (14)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Would you do About Eclipse -> Installation Details.  Also, if you started 
Eclipse from a shell, does anything show up there?

I'm running the same config except for OSX 10.6.4.  I'll see if upgrading makes 
a difference for me.

Original comment by [email protected] on 20 Jan 2011 at 3:55

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024

Original comment by [email protected] on 20 Jan 2011 at 5:53

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
  Android DDMS  8.0.1.v201012062107-82219   com.android.ide.eclipse.ddms.feature.group
  Android Development Tools 8.0.1.v201012062107-82219   com.android.ide.eclipse.adt.feature.group
  Android Hierarchy Viewer  8.0.1.v201012062107-82219   com.android.ide.eclipse.hierarchyviewer.feature.group
  AnyEditTools  2.3.4.201012191830  AnyEditTools.feature.group
  Eclipse IDE for Java Developers   1.3.1.20100916-1202 epp.package.java
  JavaScript Development Tools  1.2.3.v201010160635-7C78FGUF9JgLWLQ1UIPrac  org.eclipse.wst.jsdt.feature.feature.group
  Web Page Editor (Optional)    2.3.1.v20100906-4619oB5856D8Q3324   org.eclipse.jst.webpageeditor.feature.feature.group

Plus your 1.1 plugin (I removed it more recently because it didn't work.)

Original comment by [email protected] on 20 Jan 2011 at 6:03

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
I updated to OSX 10.6.6 and reproduced the plugin environment, but still can't 
reproduce the issue.  See below.   

Let me know if you see anything else different or if anyone else has the 
problem.   The only thing I can think of is some kind of threading issue.  

  Android DDMS  8.0.1.v201012062107-82219   com.android.ide.eclipse.ddms.feature.group
  Android Development Tools 8.0.1.v201012062107-82219   com.android.ide.eclipse.adt.feature.group
  Android Hierarchy Viewer  8.0.1.v201012062107-82219   com.android.ide.eclipse.hierarchyviewer.feature.group
  AnyEditTools  2.3.4.201012191830  AnyEditTools.feature.group
  Eclipse IDE for Java Developers   1.3.1.20100916-1202 epp.package.java
  JavaScript Development Tools  1.2.3.v201010160635-7C78FGUF9JgLWLQ1UIPrac  org.eclipse.wst.jsdt.feature.feature.group
  jQuery Mobile License 1.0.0.201101121603  com.mds.jqm.license.feature.group
  PhoneGap License  1.0.0.201101121603  com.mds.phonegap.license.feature.group
  PhonegapForAndroid    1.1.1.201101121603  com.mds.phonegapForAndroid.feature.group
  Web Page Editor (Optional)    2.3.1.v20100906-4619oB5856D8Q3324   org.eclipse.jst.webpageeditor.feature.feature.group

Original comment by [email protected] on 20 Jan 2011 at 4:52

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
[deleted comment]

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Well, I don't know if that's the whole problem, because I seem to have Eclipse 
IDE for Java Developers, rather than Eclipse Java EE:

Eclipse IDE for Java Developers

Version: 1.3.1.20100916-1202
Build id: 20100917-0705

(c) Copyright Eclipse contributors and others 2000, 2010.  All rights reserved.
Visit http://www.eclipse.org/platform

This product includes software developed by the
Apache Software Foundation http://www.apache.org/

Original comment by [email protected] on 20 Jan 2011 at 5:35

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Oops.  I put comment 5 on the wrong issue.  It should be for Issue 7.  Sorry.

Original comment by [email protected] on 20 Jan 2011 at 5:46

  • Changed title: New Project creation doesn't work

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Doesn't work for me either. Tried phonegap download and phonegap github. 
Uneducated guess: New wizard makes outdated assumptions on the directory 
structure.

Original comment by [email protected] on 1 Feb 2011 at 11:14

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
@matthias - I just checked both phonegap directory structures. There have been 
no recent changes and today's download works fine for me.

Will you provide more details.  Any error messages? What's in your Eclipse 
Installation Details?

Original comment by [email protected] on 1 Feb 2011 at 3:44

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Error message in the wizard: 
If I point it 
- to the official phonegap download: For the "Location: must be a valid 
directory containing an index.html file"
- to the example directory of the github clone: Invalid phonegap-android 
location. If it's from github,it should have a framework and example 
subdirectory.If it's from www.phonegap.com Download, it should have an Android 
subdirectory

Original comment by [email protected] on 1 Feb 2011 at 9:04

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
The error you're seeing with the 0.9.3 is an invalid source directory.  You can 
click to "Use phonegap example source as template for project" and it should 
update the Location: to Android/Sample/assets/www which should contain an 
index.html

$ ls phonegap-0.9.3/Android/Sample/assets/www
index.html      main.js         master.css      phonegap-0.9.3.js

For github, my directory downloaded and unzipped from github today does include 
an example and framework directory:

$ ls phonegap-android110201
LICENSE     README.md   bin     example     framework   lib     util

What do you see in the directory that you're specifying for the 
phonegap-android Location?



Original comment by [email protected] on 1 Feb 2011 at 9:42

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
@Jack I may have finally reproduced your problem.  The dialog does not dismiss 
if there is no Project Explorer window open.  Thus a workaround for the issue 
is to do Window->Show View ->Project Explorer before project creation.

I'll fix the problem of the dialog not dismissing with no Project Explorer in 
the 1.2 release due out next week

Original comment by [email protected] on 18 Feb 2011 at 6:20

  • Added labels: Milestone-Release1.2.0

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Fix checked in 
http://code.google.com/a/eclipselabs.org/p/mobile-web-development-with-phonegap/
source/detail?r=66

Original comment by [email protected] on 21 Feb 2011 at 2:23

  • Changed state: Started

from mobile-web-development-with-phonegap.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
Fixed with 1.2 release

Original comment by [email protected] on 23 Feb 2011 at 4:24

  • Changed state: Fixed

from mobile-web-development-with-phonegap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.