http://freeebookdownload.blogspot.kr/p/android-application-programming-with.html
여기서
Learn Android Studio- Build Android Apps Quickly and Effectively
다운로드
Ch1. Introducing Android Studio
Ch2.. Navigating Android Studio
Ch3. Programming in Android Studio
Ch4. Refactoring Code
Ch5. Reminders Lab: Part1
Ch6. Reminders Lab: Part2
Ch7. Introducing Git
Ch8. Designing Layouts
Ch9. Currencies Lab: Part1
Ch10. Currencies Lab: Part2
Ch11. Testing and Analyzing
Ch12. Debugging
Ch13. Gradle
Ch14. More SDK Tools
Ch15. Android Wear Lab
Ch16. Customizing Android Studio
Ch1. Introducing Android Studio
>>
Creating Your First Project : HelloWorld
Once the Setup Wizard is complete,
the Welcome to Android Studio dialog box appears,
shown in Figure 1-21.
Click the Start a New Android Project option.
일단 셋업 위자드가 마무리되면,
환영한다는 다이얼로그 박스가 나타난다.
보이는 in 그림 1-21에.
클릭해라. 새 프로젝트 시작하기 옵션을
File >> New >> New Project
Next
Next
Next
Finish
Running HelloWorld on an Android Device
As already mentioned,
although AVDs are useful for emulating specific devices,
particularly those that you don't have on hand,
developing apps on a physical Android device
is far more desireable.
이미 언급했듯이,
비록 AVDs가 유용하다하더라도 for emulating하는데 특정 디바이스들을,
특별히 이런것들 that 네가 갖고있지않는 on hand,
개발하며 apps를 on 물리적 안드로이드 디바이스상에서
은 좀더 간절할 수 있다.
If your computer does not recognize your Android device
when you connect it
to your computer via a USB cable,
you probably require a USB driver.
If your computer initially recognizes your Android device,
you should probably forgo installing a different or newer version
of the USB driver,
as this could cause the USB connection to fail.
만약 네 컴퓨터가 인식하지않으면 네 안드로이드 디바이스를
when 네가 연결했을때 it을
to 네 computer에 via a USB cable을 통해,
넌 아마 요구할것이다. a USB driver를.
만약 네 computer가 초기에 인식한다면 네 안드로이드 디바이스를
넌 should 아마 forgo(=절제)해야만한다. a 다른 or 더새로운 버젼
of the USB driver의,
as 이게 could 유발할 수 있을지 모르면 the USB 연결 실패.
You can use the table at developer.android.com/tools/extras/oem-usb.html#Drivers
to find the appropriate USB driver, or use your favorite search engine
to find the USB driver
for your model.
Download the driver and install it on your computer.
On your Android device, tap Settings and then Developer Option.
Make sure the USB Debugging check box is selected.
Some devices, such as Samsung devices,
require a secret code to enable USB debugging,
so you may want to use your favorite search engine to reserch
how to enable USB debugging on your device.
YouTube is also a good source of how-to videos
on enabling USB debugging on your specific device
if this process is not patently obvious.
다운로드해라. the driver를 and 설치해라. it을 on 네 컴퓨터상에
On 네 안드로이드 디바이스상에, 텝해라. Settings를 (=톱니바퀴 아이콘)
확인해라. the USB Debugging 체크박스가 선택되있는지.
몇몇 디바이스들
은 요구한다. a 시크릿 코드를 to가능케하기위해USB디버깅을
So 넌 아마 사용하길 원할꺼야 네 취향 검색앤진을 to research하기위해
how to 가능케하는방법 USB 디버깅을 on 네 device상에서.
YouTube는 또한 a 좋은 source이다. of how-to 비디오들의
on enabling하는데대한 USB debugging을 on 네 특정 device상에서.
만약 이 process가 분명하지않다면
Most Android devices ship with a cable that has a USB male plug on one end
and a micro-USB male plug on the other.
Connect your Android device
to your computer by using this cable.
Click the Android Device Monitor button encircled in Fig 1-31.
If the driver was installed properly,
you should see the device listed there and connected,
as shown in Fig 1-32.
Now click the green Run button(▶).
Select the connected Android device.
In Fig 1-33,
the connected device is an HTC Android smartphone.
Click OK, wait a few seconds, and you will see HelloWorld running on your Android device.
'Android Studio > 관련서적들' 카테고리의 다른 글
Android Game Programming (0) | 2017.07.11 |
---|