Closed brianyang closed 10 years ago
The plugin.xml file isn't copying the estimote JAR to the Android project's libs folder. The following line needs to be added to plugin.xml.
<source-file src="src/android/estimote-sdk-preview.jar" target-dir="libs" />
i install the plugin:
cordova plugin add https://github.com/jmusyj/phonegap-estimote-plugin.git
but the app won't build. is there something i can do to get this to work?