yarolig / android-vnc-viewer

Automatically exported from code.google.com/p/android-vnc-viewer
0 stars 1 forks source link

How to Import this code to Eclipse? #304

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Can u tell me the step how to Import this code to Eclipse?
I can not find any help in internet!

Original issue reported on code.google.com by tihua....@gmail.com on 10 Sep 2012 at 9:20

Attachments:

GoogleCodeExporter commented 8 years ago
File >> Import >> General >> Existing Projects into Workspace
>> next >> Select root directory: >> Browse

Then select all the "eclipse_projects" folder (with ZommerWithKeys & androidVNC 
under this folder).

>>finish

2. Ensure ZoomerWithKeys projects is called
   exactly as written here by right-clicking on them->Refactor->Rename

3. Add the ZoomerWithKeys as Library References
   to androidVNC (right-click on the androidVNC project
   -> Properties -> Android -> Library). If they are not, add them.

4. Ensure that ZoomerWithKeys is specified as
   "Required projects on the build path" (right-click on the androidVNC
   project -> Properties -> Java Build Path -> Projects). If they
   are not, add them.

5. Ensure that ZoomerWithKeys is referenced
   in Properties -> Project References (put checkmarks on projects).

6.Install sqlitegen plugin into Eclipse from:
    http://code.google.com/p/sqlitegen/

  6-1 Download "com.antlersoft.android.db_0.1.6.jar" at "download".

  6-2 right click the eclipse project >> properties>> Java Build Path>> Libraries>> Add External JARs,select "com.antlersoft.android.db_0.1.6.jar".

  6-3 Also download "sqlitegen_eclipse_site_0.1.18.jar" at "download",click "Install New Software" in eclipse >> Add/Archive, select "sqlitegen_eclipse_site_0.1.18.jar" and then install the plug-in.

  6-4The plugin will only work with Android projects. Enable it on a project by right-clicking on the project and setting the checkbox on the SQLiteGen... option in the project menu. 

Finally it should be work fine.

Original comment by hyhj...@gmail.com on 9 Apr 2013 at 8:59