zengxiange / android-vnc-viewer

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

use Eclipse #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.download lastest androidVNC project source code through svn
2.use Windows xpp sp3 + Eclipse Jave EE with andriod emulator 
3.choice emulator AVD1.6 Platform or upper (like AVD 2.2 platform)
4.compile success and got the androidVNC.apk form "...androidVNC\bin 
folder"

What is the expected output? What do you see instead?

1.import & compile that with my andriod emulator device(choice AVD1.6 
Platform or upper),i got the androidVNC.apk(size 67KB) 
form "...androidVNC\bin folder" & work seem fine in emulator.

2.compare with the "androidVNC_build20100328.apk" from Downlad lastest 
version(size 118KB)

3.is this coredct????
i wonder this will don't work properly or error in my 
real mobile device with android1.6 platform

4.is this compile setting issue or ????

What version of the product are you using? On what operating system?

1.Compile environment i use Windows xpp sp3 + Eclipse Jave EE with andriod 
emulator

thanks for your attention!!!

Please provide any additional information below.

list my compile console message:
[2010-05-28 16:19:35 - androidVNC] ------------------------------
[2010-05-28 16:19:35 - androidVNC] Android Launch!
[2010-05-28 16:19:35 - androidVNC] adb is running normally.
[2010-05-28 16:19:35 - androidVNC] Performing 
android.androidVNC.gui.ListVncSettingsActivity activity launch
[2010-05-28 16:19:35 - androidVNC] Automatic Target Mode: launching new 
emulator with compatible AVD 'Android1.6'
[2010-05-28 16:19:35 - androidVNC] Launching a new emulator with Virtual 
Device 'Android1.6'
[2010-05-28 16:19:37 - androidVNC] New emulator found: emulator-5554
[2010-05-28 16:19:37 - androidVNC] Waiting for HOME 
('android.process.acore') to be launched...
[2010-05-28 16:19:59 - androidVNC] HOME is up on device 'emulator-5554'
[2010-05-28 16:19:59 - androidVNC] Uploading androidVNC.apk onto 
device 'emulator-5554'
[2010-05-28 16:20:00 - androidVNC] Installing androidVNC.apk...
[2010-05-28 16:20:11 - androidVNC] Success!
[2010-05-28 16:20:12 - androidVNC] Starting activity 
android.androidVNC.gui.ListVncSettingsActivity on device 
[2010-05-28 16:20:18 - androidVNC] ActivityManager: Starting: Intent { 
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] 
cmp=android.androidVNC/.gui.ListVncSettingsActivity }

Original issue reported on code.google.com by casin...@gmail.com on 28 May 2010 at 8:32

GoogleCodeExporter commented 8 years ago
The latest code is in svn under branches/antlersoft--

The code in trunk is old

Original comment by googlec...@antlersoft.com on 30 Jun 2010 at 1:41