I'm a .Net developer and I've some basic information about java development , I'm developing a multi-device-hybrid-apps
using visual studio and cordova
.
I use a native plugin for push notifications PushPlugin , I want to do some changes in this plugin using java , i downloaded eclipse
and ADT plugin
.
actually my problem is in using eclipse not in understanding java code (what is project template in eclipse should i use to create android library ), I've created a new android project and added the PushPlugin
code that I downloaded from GitHub
, but "android project" is generating an android app not just a jar
file to use as a cordova plugin.
What I want is to make some modifications in the plugin code and re-build it using eclipse to generate a new jar file.
please advice.