Jeff, I checked out the code from the project, and there's an error on line 179 of android.androidVNC.VncCanvas.java. I'd suggest using Bitmap.Config.RGB_565 for the third argument. Once I fixed this I was able to build the project and install fine. My guess would be that the install was failing because one of the classes named in the manifest relied on this class, which couldn't be referenced due to this error.
You're also using the android.androidVNC namespace, which is a big no- no. android.* should only be used by system classes that are part of the main Android open source project. Please change your namespace to avoid confusion and conflict. Cheers, Justin Android Team @ Google On Oct 25, 8:47 am, azz710 <[EMAIL PROTECTED]> wrote: > Dear Justin, > > Thanks so much for responding. Here's a link to the project page for > the VNC Viewer: > > http://code.google.com/p/android-vnc-viewer/ > > ...and here's the page for the VNC server: > > http://code.google.com/p/android-vnc/ > > Note the latter's instructions simply to move the file to the phone, > something we can't do due to the phone's security features. > > If you can illuminate these issues further, I will be very grateful. > Thanks! > > Jeff > > On Oct 25, 10:08 am, "Justin (Google Employee)" <[EMAIL PROTECTED]> > wrote: > > > ...snip... The error message is saying there is something wrong with your > > manifest file. Perhaps you are not building against the 1.0r1 SDK? Can > > you provide pointers to both the APK and the source? ...snip... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---