[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

[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

[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