본문 바로가기

my_lesson/_Android20

an_03 더보기 소스보기 2020. 12. 16.
02 Android(C++) NDK [Vsual Studio] - Starting 02 Android(C++) NDK [Vsual Studio] - StartingInstall Visual Studio 20xxVisual Studio - From Install to Hello world Create a NativeActivity project File > New > Project > Native-Activety Application(Android) 자세한 내용 참조 : Android Native Activity 앱 만들기 (Microsoft.com) 개발용 Android Device 연결먼저 Android 디바이스를 USB 케이블로 개발 PC 에 연결합니다. 일단 PC에 연결되면 장치 드라이버 소프트웨어가 자동으로 설치되지만 그렇지 않은 경우 Android OEM USB Drivers.. 2020. 12. 16.
01 Android(C++) NDK [Vsual Studio] -Basic Common Sence 01 C++ Android NDK [Vsual Studio] -Basic Common Sence IDE : Visual Studio 2019 Language : C++Operate : Android What is NDK? : from Developer.comThe Android NDK is a toolset that lets you implement parts of your app using native-code languages such as C and C++. For certain types of apps, this can help you reuse code libraries written in those languages. java로 구현하기에 복잡한기능이나 성능향상이 기대 되는 부분을 C나 C++.. 2020. 12. 16.
Android Apps - Linux_Android Studio 설치 Guide Android Studio 설치운영 체제 Windows Mac Linux Android Studio 설치는 몇 번의 클릭만으로 가능합니다. (이미 Android Studio를 다운로드했어야 합니다.)Android Studio를 Linux에 설치하려면 다음 단계를 진행하세요.다운로드한 .zip 파일의 압축을 애플리케이션의 적절한 위치에 풉니다(예: 사용자 프로필의 경우 /usr/local/ 또는 공유 사용자의 경우 /opt/).Android Studio를 시작하려면 터미널을 열고 android-studio/bin/ 디렉토리로 이동한 다음 studio.sh를 실행합니다.If you have an ERROR: unsupported-java-version-cannot-start-under-java-1-7-jav.. 2017. 7. 8.
Android apps - Image 2017. 7. 8.
Android Apps - Errors Android Apps - Errors When the text is not displayed correctly on IDE of Android Studio : 안드로이드 스튜디오 편집기에서 문자가 깨져보일 때 Problem: Solution: Choice right file Encoding on bottom of right When the text is not displayed correctly on the activity screen of Android Studio : 안드로이드 스튜디오 액티비티에서 문자가 깨져보일 때solution:add fonts at ...../plugins/android/lib/layoutlib/data/fonts/fonts.xml imageView(이미지뷰)가 안보이는 현상.. 2017. 5. 24.