Sanya
Sanya

Reputation: 1280

Java Eclipse PhoneGap. Can't Setup a Plugin?

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?

enter image description here

Upvotes: 0

Views: 652

Answers (1)

Mayron Cachina
Mayron Cachina

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

Related Questions