(內含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裏面的那個註釋掉了=.=

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