pluginstall icon indicating copy to clipboard operation
pluginstall copied to clipboard

Add support for installing LibraryProjects

Open wildabeast opened this issue 11 years ago • 1 comments

example of a plugin with a LibraryProject: https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner

spec:

    <android>
        <library-project src="LibraryProject" />
    </android>

expected result from pluginstall on above spec:

  1. copies src/android/LibraryProject to project_dir/LibraryProject
  2. adds the following line to project.properties: android.library.reference.1=./LibraryProject

wildabeast avatar Oct 13 '12 00:10 wildabeast