无法添加窗口-令牌null无效;你的活动在进行吗

时间:2018-12-19 13:37:02

标签: android android-studio

当我尝试如下更改gradle设置时出现此错误。

android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running

 compileSdkVersion 25
    buildToolsVersion "27.0.3"
    defaultConfig {
        applicationId "jp.co.mindpiece"
        minSdkVersion 19
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
        multiDexEnabled true
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

可能是由于targerSdkVersion 26引起的错误吗? 请指教

0 个答案:

没有答案