본문 바로가기

Programming/Android

(4)
Android Studio - AVD for AMD 진짜 오랜만에 안드 개발하려고 안스 켰다가 만난 문제. 사실 - 인텔 CPU에서 라이젠으로 넘어온 이후 C++만 해서 이건 처음봤다. Intel HAXM is required to run this AVD. Your CPU does not support required features (VT-x or SVM). Unfortunately, your computer does not support hardware accelerated virtualization. Here are some of your options: 1) Use a physical device for testing 2) Develop on a Windows/OSX computer with an Intel processor that support..
Android Color HaxCode Alpha 보호되어 있는 글입니다.
안드로이드 스튜디오의 CPU 점유율이 높을때 에뮬레이터를 돌리고 있지 않는데도 점유율이 하늘 높은줄 모르고 오르고 있다면 File-Setting-Build, Execution, Deployment -> Gradle -> offline work를 체크하면 된다. 이번엔 땅속 깊은 줄 모르고 떨어진다 + file -> Setting -> version Control -> backGround에서 perform update from VSC in Background perform commit to VCS in Background perform checkout from VCS in background 위의 세개 항목 체크 해제 + file ->setting -> build, execution, deployment -> instant Run에서 Enble in..
에러 : No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 안드로이드 NDK 버전이 올라가면서 지원 중단된 버전의 Gradle을 쓰고 있으면 위와 같은 에러를 띄운다. 이럴 시 project 단계의 build.gradle에서 수정하면 된다. dependencies { ... classpath 'com.android.tools.build:gradle:3.1.4' //3.1.4 이상 버전으로 ... }