alibaba / fastjson

FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
https://github.com/alibaba/fastjson2/wiki/fastjson_1_upgrade_cn
Apache License 2.0
25.72k stars 6.5k forks source link

android studio 怎么引用fastjson #416

Closed MichaelJokAr closed 8 years ago

MichaelJokAr commented 9 years ago

androidStudio 的build.gradle 里怎么引用fastjson

andywj commented 8 years ago

compile 'com.alibaba:fastjson:1.2.6'

zuoyi001 commented 5 years ago

导入.jar app目录build.gradle dependencies { implementation files('libs/fastjson-1.2.7.jar') }

minirain2000 commented 2 years ago

@zuoyi001 Build file 'F:\jack\2022\aip-ocr-android-sdk-2.0.0\aip-ocr-android-sdk-2.0.0\OCRDemo\build.gradle' line: 45

A problem occurred evaluating root project 'OCRDemo'.

Could not find method implementation() for arguments [file collection] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.