ahamdabo / android-vnc-viewer

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

unable to compile android-vnc-viewer source code #183

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've looked into the following link 
http://code.google.com/p/android-vnc-viewer/issues/detail?id=160#c2
but this does not solve my problem

Original issue reported on code.google.com by Aqav...@gmail.com on 8 Oct 2010 at 12:17

GoogleCodeExporter commented 9 years ago
Issue 182 has been merged into this issue.

Original comment by googlec...@antlersoft.com on 19 Nov 2010 at 4:37

GoogleCodeExporter commented 9 years ago
FWIW, current HEAD (r201) compiled fine for me after some initial difficulties.

If I remember correctly, here's how I got it working:

- download sqlitegen_eclipse_site*.jar from 
http://code.google.com/p/sqlitegen/downloads/list

Then in Eclipse:

- go to Help > Install new software > Add > Archive, browse to that file and 
add it.

- File > New > Android project, from existing source, navigate to the 
eclipse_projects/androidVNC folder and open it.

- in Package Explorer, right-click the androidVNC project, verify that the 
"SQLiteGen annotation processing" option is visible in the right-click menu and 
set to on. You may need to toggle it off and on if you had previously opened 
the project before adding the SQLiteGen plugin.

- in Package Explorer, right-click the androidVNC project, Build Path > Link 
source, browse to eclipse_projects/ZoomerWithKeys and add it.

I had downloaded the com.antlersoft.android.db_0.1.6.jar file too but didn't 
appear to need it.

Original comment by Klaus.We...@gmail.com on 18 Apr 2011 at 5:48

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/android-vnc-viewer/issues/detail?id=282

Original comment by satish67...@gmail.com on 19 Mar 2013 at 8:21

GoogleCodeExporter commented 9 years ago
you can go through the above discussion in link for building the project in 
eclipse

Original comment by satish67...@gmail.com on 19 Mar 2013 at 8:22