1. Eclipse에서 Android Project 생성
2. 기본으로 생성된 Eclipse Source에서 아래와 같이 Code를 수정한다.
3. Ctrl + F11을 눌러, Android Application으로 수행한다.
1. File -> New -> Project -> Android Project
2. Fill in the project details with the following values:
2. Fill in the project details with the following values:
- Project name: HelloAndroid
- Application name: Hello, Android
- Package name: com.example.helloandroid (or your own private namespace)
- Create Activity: HelloAndroid
2. 기본으로 생성된 Eclipse Source에서 아래와 같이 Code를 수정한다.
3. Ctrl + F11을 눌러, Android Application으로 수행한다.
'컴퓨터 > Android' 카테고리의 다른 글
Android-Linux]The project cannot be built until build path errors are resolved (0) | 2010.05.21 |
---|---|
android]Draw shape (0) | 2010.01.03 |
Android]UI 자판 Event Handler (0) | 2010.01.02 |
Android]Button Click Event Handler (0) | 2010.01.02 |
Install]Android SDK 2.0.1 (0) | 2009.12.28 |