5 messages in com.googlegroups.android-beginnersRe: Problems with Notepad tutorials
FromSent OnAttachments
starter26 Nov 2007 17:06 
starter26 Nov 2007 17:20 
Se-ho, Ki27 Nov 2007 00:44 
webzaheer27 Nov 2007 03:20 
Se-ho, Ki27 Nov 2007 16:03 
Subject:Re: Problems with Notepad tutorials
From:webzaheer (webz@gmail.com)
Date:11/27/2007 03:20:24 AM
List:com.googlegroups.android-beginners

Even i had the same problem. The problem occurs because of the wrong build path. Configure ur build path. That can be done, by right clicking ur project and selecting Build Path- Configure Build Path. Then select Libraries, and Edit the existing library path, and give the right one(right location). It will solve ur problem.

One more thing u need to do is to configure ur SDK Path properly. That can be done by going in to Window-Preferences-Android(Present in right-side Panel). Then select SDK location. And give the proper location . Ur problem will be solved.

Cheers, Zahi.

--------------------------------------------------------------------------------------------------------------------------------

On Nov 27, 7:45 pm, "Se-ho, Ki" <kis@gmail.com> wrote:

I have some problem.

I was able to complete the hello world tutorial without any problems.

Let me first say that I'm using Eclipse Europa on Windows XP.

The problem I have comes immediately after that is New -> Android project.

The Problems pane lists one error and show popup.

The Problems pane lists : Error executing aapt. Please check aapt is present at %

The Problems problem popup : Your project contain(s) error(s), please fix them before running your application.

On 11월27일, 오전10시20분, starter <qui.@gmail.com> wrote:

For some reason, I solved this problem the moment after I posted it. Its funny how that works.

This is what I did in case someone else has this problem.

I had to point to the file android.jar but I had no idea where that file is. I went into the project's properties and selected "Java Build Path". Under "Libraries" remove the old address of the file. Select the "Add External JARs" button and navigate to the "android_sdk_windows_m3-rc20a" folder or whichever folder your android sdk is in. In that folder should be a file named "android.jar". Select it.

For the compiler compliance level, go into the project properties again (right click your project in the "Project Explorer" pane and select "Properties"). Select "Java Compiler" in the properties window. In the upper right corner there is a link to "Configure Workspace Settings...", select it. Change the compiler compliance level to 5 or higher and hit the OK button.

That should fix both problems. I don't really know what it does but I was able to build and run the notepad application.

On Nov 26, 8:07 pm, starter <qui.@gmail.com> wrote:

I tried searching through the forums but could not find any answers. If anyone has any suggestions, it would be really helpful.

I was able to complete the hello world tutorial without any problems. Then I tried to start the notepad tutorials and immediately ran into problems.

Let me first say that I'm using Eclipse Europa on Windows Vista.

The problem I have comes immediately after importing the Notepadv1 project into Eclipse. The Problems pane lists two errors and a third one that just says the project is stuck until the first two are fixed.

-------- Android requires compiler compliance level 5.0. Please fix project properties.

Project 'Notepadv1S' is missing required library: '\usr\local\dev \Android\android.jar'

The project cannot be built until build path errors are resolved --------- 따온 텍스트 숨기기 -

- 따온 텍스트 보기 -- Hide quoted text -