It is okay when I create a Scrapbook inside a normal Eclipse Java project, but when I create a Scrapbook inside an Android project, and enter a simple code like
System.out.println("foo");
It said "Unable to launch the Scrapbook VM"
As this method does not involve any Android library, why this does not work?