안드로이드 200

Error : BinderProxy@ is not valid; is your activity running?

android.view.WindowManager$BadTokenException: Unable to add window — token android.os.BinderProxy@ is not valid; is your activity running? 보통 프로그래스 다이얼로그 띄우려고 하는데 발생 한다. 구글에서는 이런 에러를 이렇게 정의 하고 있다. 이 비정상 종료는 대개 앱에서 이전에 완료된 활동을 컨텍스트로 사용하여 대화상자를 표시하려고 시도하여 발생합니다. 예를 들어 활동이 종료되면 대화상자를 표시하려고 시도하는 AsyncTask를 트리거하지만 사용자가 작업이 완료되기 전에 활동에서 뒤로 이동하면 발생할 수 있습니다. 띄우려는 곳이 액티비티가 아니라면if(!((Activity) context).is..

error: resource style/TextAppearance.AppCompat.Notification.Title

android studio Gradle 3.1.0 업데이트 후 1. error: resource style/TextAppearance.AppCompat.Notification.Title 발생android:textAppearance="@style/TextAppearance.AppCompat.Notification" --> 로 변경 android:textAppearance="@style/TextAppearance.Compat.Notification2. error: cannot find symbol class NotificationCompat import android.support.v7.app.NotificationCompat; --> 로 변경 import android.support.v4.app.Notif..

[업데이트 4.0] 말하는 알람 -시간별 음악(mp3), 음악 끝까지 듣기, 독립 알람기능(반복, 특정일, 매년, 공휴일, 대체공휴일), 계산으로 알람 해제등 다양한 기능 추가

말하는 정각알림은 원하는 시간에만 알림을 받을 수 있는 반면, 말하는 시계는 언제든지 원하는 때에 현재 시간 및 일정을 알 수 있습니다. 단말기 위를 손바닥으로 스치거나,뒤집거나, 전원키를 두 번 클릭하면 언제든지 설정된 시간에 설정된 문구를 읽어 드립니다. 요일별로 다른 시간! 요일별 시간별로 다른 문구! 깜박깜박하는 일정, 계속 듣고 싶은 문구, 암기 하고 싶은 문장/단어/성경/불경, 시계를 보지 않고 시간을 알고 싶을 때, 자전거, 운전중, 수면중, 운동중... 기존 말하는 알람과 함께 사용하시면 효과가 두배가 됩니다!! 구글플레이에서 무료 다운 받기 . [English Version] Hourly Talking Clock can only be notified at set times, Talking..

please fix the version conflict either by updating the version of the google-services plugin (9.0.0)

please fix the version conflict either by updating the version of the google-services plugin (9.0.0) 에러를 만난다면 최상위 gradle에 dependencies { classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.google.gms:google-services:3.0.0' // for firebase }요렇게 작성 하지 않았거나,build.gradle 에 apply plugin: 'com.google.gms.google-services' 을 파일의 맨 아래 줄에 작성 하지 않으면 발생 한다.

카테고리 없음 2018.03.13