[android-beginners] Re: Building HelloWorld App problem java.lang.OutOfMemoryError: Java heap

2008-09-25 Thread Gav
I could do so but it appears to be a problem with my SDK. I tried running Keytool on its own had the same error. C:\Users\Gav>"c:\Program Files\Java\jdk1.6.0_07\bin"\keytool -genkey - alias and oiddebugkey -keyalg RSA -validity 365 -keypass android -keystore debug.keystore -storepass android Wha

[android-beginners] Re: Building HelloWorld App problem java.lang.OutOfMemoryError: Java heap

2008-09-21 Thread hongqing huang
Do you mind post you Code here?Or you tried to build the SDK's example named "helloWorld" ? 2008/9/19 Gav <[EMAIL PROTECTED]> > > Thanks for the reply. > > I am not sure I understand how this limit could affect the signing of > my application. > > 1. The app I am building is a new android project(

[android-beginners] Re: Building HelloWorld App problem java.lang.OutOfMemoryError: Java heap

2008-09-18 Thread Gav
Thanks for the reply. I am not sure I understand how this limit could affect the signing of my application. 1. The app I am building is a new android project(through eclispe). And is extremely small not above a 16m limit 2. The error occurs as I am building the project and not during the install

[android-beginners] Re: Building HelloWorld App problem java.lang.OutOfMemoryError: Java heap

2008-09-18 Thread akin
hi, the Android use the MAX memory is 16m,so check your application and object if anything exceed this limit.Hope this may helpful. On 9月18日, 下午12时56分, Gav <[EMAIL PROTECTED]> wrote: > Hello, > > I am using Vista with jdk 1.6.7 with Eclipse and ADT and am having the > following error message whe