«android-studio-2.2» 태그된 질문

7
지원되지 않는 메서드 : 프로젝트 실행 중 AndroidProject.getPluginGeneration ()
Android Studio 2.2로 프로젝트를 실행하려고하는데이 오류가 발생합니다. Unsupported method: AndroidProject.getPluginGeneration(). The version of Gradle you connect to does not support that method. ButterKnife 8.4.0을 사용하고 있습니다. 내 앱 gradle.file : buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.0' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' } } 내 모듈 gradle 파일 : apply …

7
경고 : 정적 필드에 Android 컨텍스트 클래스를 배치하지 마십시오. 이것은 메모리 누수입니다 (또한 Instant Run을 중단 함).
Android 스튜디오 : 정적 필드에 Android 컨텍스트 클래스를 배치하지 마십시오. 이것은 메모리 누수입니다 (또한 Instant Run을 중단 함). 그래서 두 가지 질문 : # 1 startService컨텍스트에 대한 정적 변수없이 정적 메서드에서를 어떻게 호출 합니까? # 2 정적 메서드 (동일)에서 localBroadcast를 어떻게 보내나요? 예 : public static void log(int iLogLevel, String …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.