MobileChromeApps / google-play-services

A Cordova plugin for Android that adds Google Play Services
51 stars 96 forks source link

google-pla-services_lib project should change the name #13

Open wf9a5m75 opened 9 years ago

wf9a5m75 commented 9 years ago

If I use google-pla-services_lib for other project in Eclipse, I can not load the cordova project because of the project name conflict.

If you use <framework src="libs/google-play-services_lib" custom="true" /> in the plugin.xml, should change the name, such as (project name)-google-play-services_lib. screen shot 2014-11-06 at 2 21 21 pm

eladmoshe commented 9 years ago

:+1:

miqmago commented 9 years ago

Recently I discovered that you can edit "New Project Name" field in order to assign another name. What I usually do is to change every project name to "DevApp-..."

agrieve commented 9 years ago

I believe this was fixed in the Cordova tools a couple months ago. All sub-library projects now get prefixed with the project name, just like happens with CordovaLib.