목록에러 (6)
SPRING :: NOTE
아래와 같이 에러메시지가 뜸. ColorResource Manager Load Error. 해결방법 없음. 그냥 카카오톡 재설치 하세요.
아래와 같이 에러가 났을 때,ERROR: Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory. 그냥 프로젝트 경로에 안드로이드 스튜디오가 지원하지 않는 한글이 있어서 ..
안드로이드 스튜디오를 업데이트 했는데 다음과 같은에러가 발생하고 빌드가 안됨. The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher. The following dependencies do not satisfy the required version: root project 'GCS' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71 코틀린 버전이 안맞아서 그렇다고 함. 안드로이드 프로젝트 리스트에서build.gradle(Projectg : xxx)로 이동 buildscript에서 다음을 변경 buildscript { ext.kotlin_version = '1.2.7..
error C2660: 'Gdiplus::GdiplusBase::operator new' : 함수는 3개의 매개 변수를 사용하지 않습니다. 위와 같은 에러를 뿜뿜했을 시, #ifdef _DEBUG #define new DEBUG_NEW #endif 위와 같이 소스코드 상단에 디버그모모드 부분이 있는데이 세줄을 주석처리한다. .//#ifdef _DEBUG .//#define new DEBUG_NEW .//#endif
Error 캡쳐는 안되있지만... 빌드 시에 App Running 불가라고 뜨고 $ adb shell am start -n "com.example.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Unexpected error while executing: am start -n "com.example.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Error while Launching activity이런식으로 무슨 Error 3라는 둥 계속 찾아봤다. 무슨 문제인지는 모르겠는데, 결론적으로는 앱을 다시 빌드 할 때, ..