We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬的Libs库好像没有上传 implementation fileTree(include: ['*.jar'], dir: 'libs') implementation files('libs/jsoup-1.8.3.jar') implementation files('libs/randomlayout.jar') implementation files('libs/alipaySdk-20170309.jar') implementation files('libs/MiPush_SDK_Client_3_2_2.jar') implementation files('libs/MiStats_SDK_Client_1_9_2.jar') implementation files('libs/mta-sdk-1.6.2.jar') implementation files('libs/open_sdk_r5788_lite.jar')
The text was updated successfully, but these errors were encountered:
這個問題您只需要將implementation改成compile 並且將依賴庫轉成AndroidX就行
Sorry, something went wrong.
No branches or pull requests
大佬的Libs库好像没有上传
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation files('libs/jsoup-1.8.3.jar')
implementation files('libs/randomlayout.jar')
implementation files('libs/alipaySdk-20170309.jar')
implementation files('libs/MiPush_SDK_Client_3_2_2.jar')
implementation files('libs/MiStats_SDK_Client_1_9_2.jar')
implementation files('libs/mta-sdk-1.6.2.jar')
implementation files('libs/open_sdk_r5788_lite.jar')
The text was updated successfully, but these errors were encountered: