본문 바로가기

mobile/android54

안즈로이드 스튜디오 오류 - Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android mkdir -p "%ANDROID_HOME%/ndk-bundle/toolchains/mips64el-linux-android/prebuilt/linux-x86_64" 2019. 8. 23.
안드로이드 유해 앱등록 오류 - Google Play 프로텍터 사용중지 - 앱설치 안될때 https://support.google.com/googleplay/answer/2812853?hl=ko Google Play 프로텍트를 통해 유해 앱으로부터 기기 보호 - Google Play 고객센터 도움이 되었나요? 어떻게 하면 개선할 수 있을까요? 예아니요 support.google.com 2019. 7. 24.
Android Project and Code Guidelines https://github.com/ribot/android-guidelines/blob/master/project_and_code_guidelines.md https://github.com/ribot/android-guidelines/blob/master/project_and_code_guidelines.md 1. Project guidelines 1.1 Project structure New projects should follow the Android Gradle project structure that is defined on the Android Gradle plugin user guide. The ribot Boilerplate project is a good reference to start .. 2019. 7. 18.
안드로이드 사이트 정리 # CoordinatorLayout 활용 (Scrolling Techniques) - CoodinatorLayout Behavior https://github.com/saulmm/CoordinatorBehaviorExample http://www.kmshack.kr/2017/01/coordinatorlayout%EA%B3%BC-behavior%EC%9D%98-%EA%B4%80%EA%B3%84/ http://www.kmshack.kr/2017/01/coordinatorlayout%EA%B3%BC-behavior%EC%9D%98-%EA%B4%80%EA%B3%84/ http://freehoon.tistory.com/38 http://readme.skplanet.com/?p=11463 # 공유 카카오톡 : ht.. 2019. 7. 18.
android shortcut - 안드로이드 단축키 # 내가알아낸 ShortCut Save Context : ALT + Shift + S Tab 이동 (디자이너화면) Design Text : ALT + Shift + Left/Right Tab 이동 : ALT + Left/Right GO TO : Ctrl + B GO TO Implement : Ctrl + Alt + B Scroll from Source : Alt + F1, 1 View API : Ctrl + Q View Method Parameter Hit : Ctrl + P 코드자동완성 : Ctrl + Shift + Space 코드자동완성 제안 : Ctrl + Space Seter Geter 코드생성 : Alt + Insert 코드블럭보기 : Ctrl + Shift + [ Plus / Minus ] 코.. 2019. 7. 18.
adb command adb kill-server adb start-server adb shell dumpstate > test2.log.txt adb pull /data/anr/traces.txt.bugreport line move : Alt+Shfit+Up Line Copy : Ctrl+d Line Del : Ctrl+Y Toggle breakpoint : Ctrl + F8 View breakpoints : Ctrl + Shift + F8 2019. 7. 18.