Hello All!

I'm new here :), but that is not the problem :P.

I tried to go trough the firs tutorial on the developer.android.com
page "Hello World". - nothing special but it does not work :(

The problem is that I get this error :

"Unknown exception in parseSdkContent.
Java heap space"

the error log:
Message: Unknown exception in parseSdkContent.

Exception stack trace:
java.lang.OutOfMemoryError: Java heap space
at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:232)
at java.lang.StringCoding.encode(StringCoding.java:272)
at java.lang.String.getBytes(String.java:946)
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:
228)
at java.io.File.isFile(File.java:778)
at
com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager.loadResources
(Unknown Source)
at
com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager.loadFrameworkResources
(Unknown Source)
at com.android.ide.eclipse.adt.internal.sdk.AndroidTargetParser.run
(Unknown Source)
at com.android.ide.eclipse.adt.AdtPlugin$13.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Session data:
eclipse.buildId=M20090917-0800
java.version=1.6.0_15
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

the second log:


Message: parseSdkContent failed

Exception stack trace:
java.lang.OutOfMemoryError: Java heap space
at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:232)
at java.lang.StringCoding.encode(StringCoding.java:272)
at java.lang.String.getBytes(String.java:946)
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:
228)
at java.io.File.isFile(File.java:778)
at
com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager.loadResources
(Unknown Source)
at
com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager.loadFrameworkResources
(Unknown Source)
at com.android.ide.eclipse.adt.internal.sdk.AndroidTargetParser.run
(Unknown Source)
at com.android.ide.eclipse.adt.AdtPlugin$13.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Session data:
eclipse.buildId=M20090917-0800
java.version=1.6.0_15
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

In forward thanks for all hints
Rafal

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

Reply via email to