Alshweiki / android-vnc-viewer

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

Unable to build from source with Android SDK 1.0r1 and eclipse 3.4.1 #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Dowloaded source from svn
2. Opened project in Eclipse
3. Clicked Build

What is the expected output? What do you see instead?
No errors or only warnings expected.  Seeing this instead:

Description Resource    Path    Location    Type
The method onCancel(DialogInterface) of type new
DialogInterface.OnCancelListener(){} must override a superclass method
VncCanvas.java  androidVNC/src/android/androidVNC   line 145    Java Problem
The method onClick(DialogInterface, int) of type new
DialogInterface.OnClickListener(){} must override a superclass method
Utils.java  androidVNC/src/android/androidVNC   line 60 Java Problem
The method onClick(DialogInterface, int) of type new
DialogInterface.OnClickListener(){} must override a superclass method
androidVNC.java androidVNC/src/android/androidVNC   line 72 Java Problem
The method onDismiss(DialogInterface) of type new
DialogInterface.OnDismissListener(){} must override a superclass method
VncCanvasActivity.java  androidVNC/src/android/androidVNC   line 338    Java Problem

What version of the product are you using? On what operating system?
Downloaded r6 with android SDK and eclipse version listed below.  Building
on Ubuntu 8.10 x86_64

Please provide any additional information below.

I was also unable to install the featured apk.  I tried signing the package
myself with jarsigner and was still unable to install.

Original issue reported on code.google.com by shee...@gmail.com on 6 Dec 2008 at 1:30

GoogleCodeExporter commented 8 years ago
Please set JDK Compiler Compliance Level to 6.0, then it should work

Original comment by herb...@gmail.com on 6 Dec 2008 at 2:31

GoogleCodeExporter commented 8 years ago
Worked and runs.  I am assuming that the 16mb-per-app memory limitation affects 
it
being able to display very large resolutions.  (My desktop is 2704x1050 across 2
monitors).  It would not display that, but was able to display 1680x1050 and 
smaller
res machines I tried at work.

It connects and authenticates then shows a black screen only when it cannot 
display.
 Never stops responding, but does not display any information.

Original comment by shee...@gmail.com on 6 Dec 2008 at 2:10

GoogleCodeExporter commented 8 years ago

Original comment by James.Mo...@gmail.com on 9 Jan 2009 at 2:02