shirone / android-ui-utils

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

Cannot launch Java application #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm getting that error prompt message trying to launch the application.

"Uncaught exception in main method:
java.lang.NullPointerException"

I'm on Lion OSX.
Any clue about it?

Original issue reported on code.google.com by jcorrea...@gmail.com on 24 Nov 2011 at 10:36

GoogleCodeExporter commented 8 years ago
Will need to test with Lion. Is there any other information about your setup 
that you can provide?

Original comment by romannu...@google.com on 28 Nov 2011 at 11:04

GoogleCodeExporter commented 8 years ago

Original comment by romannu...@google.com on 28 Nov 2011 at 11:04

GoogleCodeExporter commented 8 years ago
Mac OS X 10.7.2

java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)

Original comment by jcorrea...@gmail.com on 30 Nov 2011 at 12:07

GoogleCodeExporter commented 8 years ago
Hm, other folks with that configuration haven't had issues. Can you:

1. Download the JAR version of the app: 
http://android-ui-utils.googlecode.com/files/AndroidDesignPreview-0.2.jar

2. Open Terminal, navigate to the directory where you downloaded the JAR file, 
and run java -jar AndroidDesignPreview-0.2.jar, e.g:

$ cd Downloads
$ java -jar AndroidDesignPreview-0.2.jar

3. Paste the errors you see on the screen into the comments for this issue.

Thanks!

Original comment by romannu...@google.com on 9 Feb 2012 at 11:03

GoogleCodeExporter commented 8 years ago
Project moved to Project moved to 
https://github.com/romannurik/AndroidDesignPreview. Please re-file if this is 
still an issue.

Original comment by romannu...@google.com on 19 May 2014 at 3:18