#flutter #flutter-html
Вопрос:
Я попытался создать приложение» flutter_html: ^2.1.5″, но я не смог создать и получил ошибку ниже в журнале.
The current Flutter SDK version is 1.27.0-2.0.pre.1. Because flutter_app depends on flutter_html gt;=2.1.0 which requires Flutter SDK version gt;=2.2.0, version solving failed. pub get failed (1; Because flutter_app depends on flutter_html gt;=2.1.0 which requires Flutter SDK version gt;=2.2.0, version solving failed.)
можете ли вы предложить способ решения этой проблемы?
Я обновил версию flutter и перенес ее, и у меня другая проблема.
FAILURE: Build failed with an exception. * What went wrong: A problem was found with the configuration of task ':app:checkDebugManifest' (type 'CheckManifest'). - In plugin 'com.android.build.gradle.api.AndroidBasePlugin' type 'com.android.build.gradle.internal.tasks.CheckManifest' property 'manifest' has @Input annotation used on property of type 'File'. Reason: A property of type 'File' annotated with @Input cannot determine how to interpret the file. Possible solutions: 1. Annotate with @InputFile for regular files. 2. Annotate with @InputDirectory for directories. 3. If you want to track the path, return File.absolutePath as a String and keep @Input. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#incorrect_use_of_input_annotation for more details about this problem. * 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 11s Exception: Gradle task assembleDebug failed with exit code 1
Комментарии:
1. вы можете попробовать без версии
flutter_html:
илиflutter_html: ^1.3.0
2. можете ли вы отредактировать с помощью flutter doctor свой вопрос?
3. @GHPrakash У меня обновленный вопрос
Ответ №1:
Вам необходимо обновить свой SDK flutter. Напишите flutter upgrade
в терминале.
Или используйте более старую версию flutter_html
.
Комментарии:
1. можете ли вы проверить мой вопрос, и я обновил
2. Это ошибка gradle. Я мало о чем знаю. Я рекомендую отметить это как ответ на вопрос и создать новый вопрос с тегом gradle.