Giter Site home page Giter Site logo

ali_auth_person's People

Contributors

lurongshuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ali_auth_person's Issues

求助,急!!!

亲爱的作者,我在尝试使用此插件时遇到了问题。

ali_auth_person: git: url: https://github.com/lurongshuang/ali_auth_person.git
`

以下是我Flutter Doctor运行结果:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.3.7, on Microsoft Windows [版本 10.0.19044.2251], locale zh-CN)
[!] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[X] Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2021.3)
[√] Connected device (3 available)
[!] HTTP Host Availability
X HTTP host "https://storage.fluter.io.cn" is not reachable. Reason: An error occurred while checking the HTTP host:
Failed host lookup: 'storage.fluter.io.cn'
`

Flutter version:
Flutter 3.3.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision e99c9c7cd9 (11 days ago) • 2022-11-01 16:59:00 -0700
Engine • revision 857bd6b74c
Tools • Dart 2.18.4 • DevTools 2.15.0

运行结果:
`
One or more plugins require a higher Android SDK version.
Fix this issue by adding the following to E:\APP\Flutter\android\app\build.gradle:
android {
compileSdkVersion 33
...
}

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':ali_auth_person:generateDebugRFile'.

Could not resolve all files for configuration ':ali_auth_person:debugCompileClasspath'.
Could not resolve io.flutter:flutter_embedding_debug:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.
Required by:
project :ali_auth_person
> Could not resolve io.flutter:flutter_embedding_debug:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.
> Could not get resource 'https://storage.fluter.io.cn/download.flutter.io/io/flutter/flutter_embedding_debug/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/flutter_embedding_debug-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.pom'.
> Could not GET 'https://storage.fluter.io.cn/download.flutter.io/io/flutter/flutter_embedding_debug/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/flutter_embedding_debug-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.pom'.
> ��֪�������������� (storage.fluter.io.cn)

  • 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

BUILD FAILED in 29s
`

当我在对应的build.gradle中修改compileSdkVersion为33后会遇到下面的错误:

`
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/03 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/03 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/03 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':ali_auth_person:generateDebugRFile'.

Could not resolve all files for configuration ':ali_auth_person:debugCompileClasspath'.
Could not resolve io.flutter:flutter_embedding_debug:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.
Required by:
project :ali_auth_person
> Could not resolve io.flutter:flutter_embedding_debug:1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.
> Could not get resource 'https://storage.fluter.io.cn/download.flutter.io/io/flutter/flutter_embedding_debug/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/flutter_embedding_debug-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.pom'.
> Could not GET 'https://storage.fluter.io.cn/download.flutter.io/io/flutter/flutter_embedding_debug/1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25/flutter_embedding_debug-1.0.0-857bd6b74c5eb56151bfafe91e7fa6a82b6fee25.pom'.
> ��֪�������������� (storage.fluter.io.cn)

  • 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

BUILD FAILED in 30s
`
我该怎么做?谢谢!

求助

打包报这个错怎么解决?

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':ali_auth_person:compileReleaseJavaWithJavac'.

Could not resolve all files for configuration ':ali_auth_person:releaseCompileClasspath'.
Failed to transform flutter.jar to match attributes {artifactType=android-classes-jar, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}.
> Execution failed for JetifyTransform: /Users/moac/Applications/flutter/bin/cache/artifacts/engine/android-arm/flutter.jar.
> Transform's input file does not exist: /Users/moac/Applications/flutter/bin/cache/artifacts/engine/android-arm/flutter.jar. (See https://issuetracker.google.com/issues/158753935)

  • 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

BUILD FAILED in 8s

IOS问题

大佬,IOS点击实名认证的时候出现网络错误,怎么解决呀?

大佬求助

大佬 我在ios端 SDK调用了以后没有ui元素 拍照功能都正常 就是没有那些ui图标 不知道是哪里出了问题

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.