[android-beginners] Re: Error occurs when layoutopt is run.

2009-11-11 Thread Ronald Mak
It works! Thanks.

2009/11/5, Sue suechan0...@gmail.com wrote:
 Edit tools/layoutopt.bat(line 47) as follows:

 call java %java_debug% -Djava.ext.dirs=%javaextdirs% -jar %jarpath% %*

 2009/11/1 Ronald Mak ronald...@gmail.com:

  When I runlayoutopt, the following error occurs:

  Exception in thread main java.lang.NoClassDefFoundError: lib
  \layoutopt/jar
  Caused by: java.lang.ClassNotFoundException: lib\layoutopt.jar
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
  Could not find the main class: lib\layoutopt.jar.  Program will exit.

  How do I solve this problem? My OS is MS Windows Vista SP1. SDK Tools,
  Revision 3.

  --
  You received this message because you are subscribed to the Google
  Groups Android Beginners group.
  To post to this group, send email to android-beginners@googlegroups.com
  To unsubscribe from this group, send email to
  android-beginners+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: can't download ADT Eclipse plugin

2009-11-05 Thread Ronald Mak
System requirements of Android has mentioned that Eclipse Classic IDE
package is not supported..

Try other packages such as Eclipse IDE for Java EE Developers, Eclipse
IDE for Java Developers, Eclipse for RCP/Plug-in Developers.

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Error occurs when layoutopt is run.

2009-11-02 Thread Ronald Mak
When I run layoutopt, the following error occurs:

Exception in thread main java.lang.NoClassDefFoundError: lib
\layoutopt/jar
Caused by: java.lang.ClassNotFoundException: lib\layoutopt.jar
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: lib\layoutopt.jar.  Program will exit.

How do I solve this problem? My OS is MS Windows Vista SP1. SDK Tools,
Revision 3.

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en