Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phonegap 3.3 Eclipse: -CordovaLib project missing Android properties

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?

like image 911
Kozuch Avatar asked Dec 20 '13 12:12

Kozuch


1 Answers

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

like image 108
Kozuch Avatar answered Sep 17 '22 09:09

Kozuch