본문 바로가기

반응형

C++/Android

(4)
[android_error] make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libutils_intermediates/RefBase.o] Error 1 Hello everybody. Let’s see how we can fix one problem that can happen when you try to compile the Android 2.3 after you already have installed GCC 4.6. During Android compilation you can receive the following error message: host Executable: acp (out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp) host SharedLib: libneo_cs (out/host/linux-x86/obj/lib/libneo_cs.so) host C++: libutils
[android_error] <command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror] :0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default] :0:0: note: this is the location of the previous definition host C: mkyaffs2image
Android 개발환경 구축 Android application을 개발하려면 다음과 같은 프로그램 및 툴을 설치하여야 한다. 우선은 간략하게 링크만 걸어둔다.. (업데이트 예정) JAVA SDK 설치 http://java.sun.com/javase/downloads/index.jsp 안드로이드 SDK 설치 http://developer.android.com/sdk/index.html Eclipse 설치 http://www.eclipse.org/downloads
삼성에서 공개하는 휴대폰 안드로이드 소스 삼성에서 스마트폰( Galaxy 2 등) 안드로이드 소스를 공개하고 있습니다. 다음과 같이 https://opensource.samsung.com/ 에서 받을 수 있습니다. 아래와 같이 Mobile탭에서 모델을 검색하면 삼성에서 공개하는 파일을 다운로드 받을 수 있습니다. 회원가입이되어있지 않다면 회원가입은 필수입니다. https://opensource.samsung.com/ Galaxy 안드로이드 소스를 검색해 보겠습니다. 검색창에 Galaxy라고 검색했습니다. 그러면 파일이 하나 있군요.... 다운~~!! 또 다른 경로가 있습니다. 위 화면에서 오른쪽을 보시면 Community 선택 버튼이 있습니다 그 곳을 클릭합니다. OPEN SOURCE COMMUNITY 라는 사이트로 이동합니다. 여기서 Gala..

반응형