Skip to content

Add support for installing LibraryProjects  #20

Open
@wildabeast

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions