RxReader / tencent_kit

Flutter版QQ登录/分享
MIT License
235 stars 63 forks source link

Fix some compile errors #86

Closed lwj1994 closed 1 year ago

lwj1994 commented 1 year ago

before:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':tencent_kit'.
> java.lang.NullPointerException

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

after:

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Build file '/Volumes/SA200/Github/tencent_kit/android/build.gradle' line: 12

* What went wrong:
A problem occurred evaluating project ':tencent_kit'.
> tencent app id is null, add code in pubspec.yaml:
  tencent_kit:
    app_id: ${your tencent app id}
    universal_link: https://${your applinks domain}/universal_link/${example_app}/qq_conn/${your tencent app id}/

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.