페이스북 안드로이드앱 개발환경 구축 편집하기

경고: 로그인하지 않았습니다. 편집을 하면 IP 주소가 공개되게 됩니다. 로그인하거나 계정을 생성하면 편집자가 사용자 이름으로 기록되고, 다른 장점도 있습니다.

편집을 취소할 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 게시해주세요.

최신판 당신의 편집
22번째 줄: 22번째 줄:
*"Android Virutal Device Manager" --- AVD_for_Nexus_S_by_Google 선택 --- [Start...]
*"Android Virutal Device Manager" --- AVD_for_Nexus_S_by_Google 선택 --- [Start...]
*다음과 같이 가상기기(AVD)가 켜진 상태를 확인한 후 설치를 진행
*다음과 같이 가상기기(AVD)가 켜진 상태를 확인한 후 설치를 진행
<syntaxhighlight lang='console'>
<source lang='console'>
C:\Users\zetawiki>d:
C:\Users\zetawiki>d:


30번째 줄: 30번째 줄:
List of devices attached
List of devices attached
emulator-5554  device
emulator-5554  device
</syntaxhighlight>
</source>
<syntaxhighlight lang='console'>
<source lang='console'>
D:\adt-bundle\sdk\platform-tools>adb install D:\adt-bundle\facebook-android-sdk-3.0\bin\FBAndroid-2.0.apk
D:\adt-bundle\sdk\platform-tools>adb install D:\adt-bundle\facebook-android-sdk-3.0\bin\FBAndroid-2.0.apk
136 KB/s (14285729 bytes in 102.329s)
136 KB/s (14285729 bytes in 102.329s)
         pkg: /data/local/tmp/FBAndroid-2.0.apk
         pkg: /data/local/tmp/FBAndroid-2.0.apk
Success
Success
</syntaxhighlight>
</source>
:→ 설치 완료. 가상기기의 [[App Drawer]]에 페이스북 앱이 있는지 확인해보자.<ref>바탕화면에는 나타나지 않는다...</ref>
:→ 설치 완료. 가상기기의 [[App Drawer]]에 페이스북 앱이 있는지 확인해보자.<ref>바탕화면에는 나타나지 않는다...</ref>


49번째 줄: 49번째 줄:
Package Explorer에 FacebookSDK 프로젝트와 HelloFacebookSample이 추가되었다.
Package Explorer에 FacebookSDK 프로젝트와 HelloFacebookSample이 추가되었다.
Problems 창에 다음과 같은 오류들이 나온다.
Problems 창에 다음과 같은 오류들이 나온다.
:Project 'FacebookSDK' is missing required syntaxhighlight folder: 'gen'
:Project 'FacebookSDK' is missing required source folder: 'gen'
:Project 'HellooFacebookSample' is missing required syntaxhighlight folder: 'gen'
:Project 'HellooFacebookSample' is missing required source folder: 'gen'
:Unable to resolve target 'android-8'
:Unable to resolve target 'android-8'


67번째 줄: 67번째 줄:
:The field ViewGroup.LayoutParams.FILL_PARENT is deprecated (5개)
:The field ViewGroup.LayoutParams.FILL_PARENT is deprecated (5개)
:The method setBackgroundDrawable(Drawable) from the type View is deprecated (2개)
:The method setBackgroundDrawable(Drawable) from the type View is deprecated (2개)
:Unsupported @SuppressWarnings("resyntaxhighlight") (1개)
:Unsupported @SuppressWarnings("resource") (1개)


Warning이므로 그냥 두어도 별 문제가 안된다.<ref>Warning 메시지 대부분이 [[deprecated]]인데... 향후 SDK 버전이 올라가면서 적절히 조치가 될 것이다...</ref> Warning 메시지가 거슬리므로 Problems 에서 Warnings 묶음을 선택하여 삭제하자.
Warning이므로 그냥 두어도 별 문제가 안된다.<ref>Warning 메시지 대부분이 [[deprecated]]인데... 향후 SDK 버전이 올라가면서 적절히 조치가 될 것이다...</ref> Warning 메시지가 거슬리므로 Problems 에서 Warnings 묶음을 선택하여 삭제하자.

제타위키에서의 모든 기여는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스로 배포된다는 점을 유의해 주세요(자세한 내용에 대해서는 제타위키:저작권 문서를 읽어주세요). 만약 여기에 동의하지 않는다면 문서를 저장하지 말아 주세요.
또한, 직접 작성했거나 퍼블릭 도메인과 같은 자유 문서에서 가져왔다는 것을 보증해야 합니다. 저작권이 있는 내용을 허가 없이 저장하지 마세요!

취소 편집 도움말 (새 창에서 열림)

이 문서에서 사용한 틀: