最近希望写个 Android App 可以发出 post request
在 Python 四行程式码就搞定惹
Java 写到我暴气
原生的 HttpURLConnection setRequestMethod 后 Debugger 看 method 还是 get
现在想改用 volley 看看
官网说只要加 implementation 'com.android.volley:volley:1.1.1' 到 build.gradle
可是我 sync 都喷错
Build file '/home/nevikw39/AndroidStudioProjects/MyApplication/build.gradle'
line: 33
A problem occurred evaluating root project 'My Application'.
> Could not find method implementation() for arguments [com.android.volley:
volley:1.1.1] on object of type org.gradle.api.internal.artifacts.dsl.
dependencies.DefaultDependencyHandler.
Google 很久都没有答案,请问怎么到底怎么引入 volley??
我的需求只是发发 post request 而已