Open
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:
- copies src/android/LibraryProject to project_dir/LibraryProject
- adds the following line to project.properties:
android.library.reference.1=./LibraryProject
Metadata
Assignees
Labels
No labels