On Mon, Nov 28, 2011 at 3:05 AM, Omri <[email protected]> wrote:
> Here's my Java version: > java version "1.7.0_01" > Java(TM) SE Runtime Environment (build 1.7.0_01-b08) > Java HotSpot(TM) Client VM (build 21.1-b02, mixed mode, sharing) > Short answer: don't use Java 7, use latest JDK 6 release. Long answer: search the archive, this has been discusses before. > > Anybody seen issues like this? Know how to fix it? Know what the > warnings I'm getting from jarsigner -verify mean? Any help would be > really appreciated, my fingers are starting to hurt from scratching my > head :-) > It means the certificate chain was not validated. Since you are using your own self-signed certificate, you can safely ignore this. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

