Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to use Eclipse's Scrapbook inside an Android project

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?

like image 722
Howard Avatar asked Jul 27 '12 04:07

Howard


1 Answers

I ran into this problem today and i'm afraid that there is no way to run a scrapbook into an Android project, since i can't find a solution anywhere (and i've been looking for it for some hour).

I even tried to change the Runtime JRE for the scrapbook (right-click on scrapbook file -> properties -> Scrapbook Runtime -> "Runtime JRE") since default JRE reports "Project JRE(undefined)". Nothing changed.

I'm writing this because i hope to save time to some other person.

like image 180
Barkausen Avatar answered Oct 22 '22 08:10

Barkausen