Reputation: 1280
I'm obviously very new to Java and I'm having a hard time getting a PhoneGap plugin to work. I don't know where to put my java file
(*Using Cordova 2.9.0)
The instructions say to:
create /src/com/phonegap/plugins/SoftKeyboard with provided file SoftKeyBoard.java inside
The .java file can be found here: ---> java file
I don't know what to create when I right-click on the 'com' package in the src folder. Do I create a class?
Upvotes: 0
Views: 652
Reputation: 36
PhoneGap provides a template builder command line already assembles your project, and add a test page, from a look at this link that explains how to do: http://docs.phonegap.com/en/2.9.0/guide_command-line_index.md.html
Upvotes: 1