안드로이드 폰없이 Android 개발을 시작하려면 어떻게해야합니까?

StackOverflow https://stackoverflow.com/questions/1203303

  •  05-07-2019
  •  | 
  •  

문제

주석에 말한대로 다소.

SDK 다운로드를 생각하기 전에 안드로이드 폰없이 작성할 안드로이드 앱을 테스트하는 방법이 있는지 궁금합니다. SDK와 함께 제공되는 도구가 Windows Mobile 용 VS와 같은 에뮬레이터와 함께 제공되는지 여부는 확실하지 않습니다.

이것이 바보 같은 질문이라면 죄송하지만, 아마도 잘못된 것을 찾고있을 것입니다.

편집하다 Hero/G2에서 인터페이스 HTC 사용의 에뮬레이션 된 버전의 인터페이스 버전에 위젯을 쓸 수있는 것이 있다고 생각하지 않습니까? 그렇게 중요하지는 않습니다.

도움이 되었습니까?

해결책

There's an emulator available as part of the SDK.

http://developer.android.com/guide/developing/tools/emulator.html

다른 팁

I'd add that the emulator is really quite comprehensive. Things like camera previews don't actually display camera data, but they put block animations in their place. All in all it's one of the best mobile emulators I've seen to date. Probably better even than gasp the iPhone simulator.

As said above there's an emulator available,however with larger apps it gets fairly tedious to use the emulator.Its fine for learning the ins and outs but id suggest investing in an android phone once you've got a good grasp of the sdk,it really does make a difference!.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top