(内含xutil3配置方法)Could not GET xxx, Received status code 400 from server: Bad Request的问题

最后在这里解决的。。。
心好累
https://blog.csdn.net/lqx_sunhan/article/details/82633275

这一次是在学怎么导入xutil3而引发的各种问题
https://www.cnblogs.com/greentomlee/p/6025470.html
这是原文链接
还有遇到的什么问题来着
这个问题Could not create plugin of type ‘AndroidMavenPlugin’.

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4'

然后改了一下版本号

然后还有个问题
Library projects cannot set applicationId. applicationId is set to ‘com.example.util3’ in default config.

defaultConfig {
        //applicationId "com.example.util3"
        minSdkVersion 19
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }

把xutil里面的那个注释掉了=.=

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章