Phonegap 3.3 Eclipse: -CordovaLib project missing Android properties

Kozuch picture Kozuch · Dec 20, 2013 · Viewed 10.8k times · Source

Trying to import new PhoneGap 3.3 project into Eclipse 4.3.1 - after initial phonegap CLI build I import 2 projects (HelloWorld and HelloWorld-CordovaLib). I get "The import org.apache.cordova cannot be resolved" error as CordovaLib seems not to be linked as library to the HelloWorld project.

However, I am not able to flag the CordovaLib project in its Android properties as "Is library" (as per this post) because there is no Android section in its properties (the project seems not to behave as Android one). The Android properties of my HelloWorld shows CordovaLib in Library section but is has a red cross next to it. What should I do?

Answer

Kozuch picture Kozuch · Dec 20, 2013

Solved by not choosing "Copy projects into workspace" when importing.