当前位置: 首页 > news >正文

包站长ppt网站网络营销是什么?

包站长ppt网站,网络营销是什么?,网页设计代码中字体的颜色如何改,wordpress 4.8.2 漏洞运行示例 前提条件 要求java jdk 11版本 并且配置到了环境变量 重要 要求flutter 版本 2.8.0 并且配置到了环境变量 重要 要求dart-sdk版本2.15 并且配置到了环境变量 重要 您已 注册腾讯云 账号#xff0c;并完成 实名认证。 申请 SDKAPPID 和 SECRETKEY 登录实时音视频控… 运行示例 前提条件 要求java jdk 11版本 并且配置到了环境变量 重要 要求flutter 版本 2.8.0 并且配置到了环境变量 重要 要求dart-sdk版本2.15 并且配置到了环境变量 重要 您已 注册腾讯云 账号并完成 实名认证。 申请 SDKAPPID 和 SECRETKEY 登录实时音视频控制台选择【开发辅助】【快速跑通Demo】。单击【立即开始】输入您的应用名称例如TestTRTC单击【创建应用】。 环境要求 运行出问题 Launching lib\main.dart on V2164A in debug mode... Running Gradle task assembleDebug... Warning: The plugin path_provider_android requires Android SDK version 33. For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. Warning: The plugin shared_preferences_android requires Android SDK version 33. For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. Warning: The plugin url_launcher_android requires Android SDK version 33. For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. One or more plugins require a higher Android SDK version. Fix this issue by adding the following to C:\Users\Administrator\Desktop\ceshi\android\app\build.gradle: android { 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: Could not determine the dependencies of task :app:compileDebugJavaWithJavac. Failed to find Build Tools revision 29.0.2 * 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 12s Exception: Gradle task assembleDebug failed with exit code 1 怎么回事 这个错误通常是由于Flutter项目中的某些插件需要更高版本的Android SDK而你的项目当前使用的Android SDK版本不符合要求所致。具体来说错误信息中提到了需要 Android SDK 版本 33而你当前的项目使用的版本较低。 要解决这个问题你需要更新你的 Android 项目的编译 SDK 版本到 33。你可以按照错误信息中提供的建议在你的项目的 android/app/build.gradle 文件中添加以下内容 android {compileSdkVersion 33... }然后重新运行你的Flutter项目应该就能够成功构建了。 问题 Warning: This version only understands SDK XML versions up to 2 but an SDK XML file of version 3 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times. Warning: Ԫ (uri:, local:base-extension)ԪΪ{}codename,{}layoutlib,{}api-level FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task :app:compileDebugJavaWithJavac. Failed to find Build Tools revision 30.0.2 * 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 2m 41s Exception: Gradle task assembleDebug failed with exit code 1 怎么回事 这个错误提示表明你的项目中使用了一个不兼容的 Android SDK 版本。具体来说错误信息中提到了需要 Build Tools 版本 30.0.2但是你的环境中没有找到这个版本的构建工具。 要解决这个问题你可以按照以下步骤操作 打开 Android Studio然后点击顶部菜单中的 “Tools” - SDK Manager。在 “SDK Platforms” 标签下确保你已经安装了 Android 11.0API level 30的 SDK。在 “SDK Tools” 标签下确保你已经安装了 “Android SDK Build-Tools” 版本 30.0.2。如果没有找到相应的版本点击相应的复选框进行安装。安装完成后重新构建你的项目应该就可以成功了。 如果你无法在 Android Studio 中找到所需的版本你也可以手动下载并安装相应的 SDK 和构建工具。安装完成后确保在你的项目中正确配置了使用这个版本的 SDK 和构建工具。 一旦你的环境中安装了所需的 SDK 和构建工具重新运行你的 Flutter 项目应该就能够成功构建了。 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task :permission_handler:compileDebugAidl. Failed to find Platform SDK with path: platforms;android-29 * 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 5s Exception: Gradle task assembleDebug failed with exit code 1 什么原因 这个错误提示表明在编译 permission_handler 这个库时Gradle 找不到指定路径下的 Android 平台 SDK路径为 platforms;android-29。 要解决这个问题你可以尝试以下步骤 确保你的项目中包含了 Android 平台 SDK 版本为 29 的文件。你可以通过打开 Android Studio然后点击顶部菜单中的 “Tools” - SDK Manager在 “SDK Platforms” 标签下确认是否安装了 Android 10.0API level 29的 SDK。 如果没有安装你可以在 SDK Manager 中选择相应的 SDK 版本进行安装。 如果你已经安装了对应的 SDK但仍然出现这个错误可能是 Gradle 配置有误。你可以检查你的 android/build.gradle 文件确保 compileSdkVersion 和 targetSdkVersion 版本设置正确指向了正确的 SDK 版本。 最后如果以上步骤都没有解决问题你可以尝试清理 Gradle 缓存并重新构建项目。可以通过在终端中运行以下命令来清理 Gradle 缓存 flutter clean然后重新运行你的 Flutter 项目。 通过这些步骤应该能够解决你遇到的问题。 FAILURE: Build failed with an exception.* What went wrong: Could not determine the dependencies of task :tencent_trtc_cloud:compileDebugAidl.Failed to find Platform SDK with path: platforms;android-28* 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.orgBUILD FAILED in 5s 这个错误提示表明在编译 tencent_trtc_cloud 这个库时Gradle 找不到指定路径下的 Android 平台 SDK路径为 platforms;android-28。 要解决这个问题你可以尝试以下步骤 确保你的项目中包含了 Android 平台 SDK 版本为 28 的文件。你可以通过打开 Android Studio然后点击顶部菜单中的 “Tools” - SDK Manager在 “SDK Platforms” 标签下确认是否安装了 Android 9.0API level 28的 SDK。 如果没有安装你可以在 SDK Manager 中选择相应的 SDK 版本进行安装。 如果你已经安装了对应的 SDK但仍然出现这个错误可能是 Gradle 配置有误。你可以检查你的 android/build.gradle 文件确保 compileSdkVersion 和 targetSdkVersion 版本设置正确指向了正确的 SDK 版本。 最后如果以上步骤都没有解决问题你可以尝试清理 Gradle 缓存并重新构建项目。可以通过在终端中运行以下命令来清理 Gradle 缓存 flutter clean然后重新运行你的 Flutter 项目。 通过这些步骤应该能够解决你遇到的问题。 /D:/flutter_windows_2.8.0-stable/.pub-cache/hosted/pub.flutter-io.cn/tencent_trtc_cloud-2.7.7/lib/trtc_cloud_listener.dart:661:25: Error: The getter Uint8List isnt defined for the class TRTCAudioFrameListenerPlatformMethod.- TRTCAudioFrameListenerPlatformMethod is from package:tencent_trtc_cloud/trtc_cloud_listener.dart (/D:/flutter_windows_2.8.0-stable/.pub-cache/hosted/pub.flutter-io.cn/tencent_trtc_cloud-2.7.7/lib/trtc_cloud_listener.dart). Try correcting the name to the name of an existing getter, or defining a getter or field named Uint8List.audioFrame.data Uint8List.fromList(Listint.from(params[data]));^^^^^^^^^ /D:/flutter_windows_2.8.0-stable/.pub-cache/hosted/pub.flutter-io.cn/tencent_trtc_cloud-2.7.7/lib/trtc_cloud_listener.dart:677:30: Error: The getter Uint8List isnt defined for the class TRTCAudioFrameListenerPlatformMethod.- TRTCAudioFrameListenerPlatformMethod is from package:tencent_trtc_cloud/trtc_cloud_listener.dart (/D:/flutter_windows_2.8.0-stable/.pub-cache/hosted/pub.flutter-io.cn/tencent_trtc_cloud-2.7.7/lib/trtc_cloud_listener.dart). Try correcting the name to the name of an existing getter, or defining a getter or field named Uint8List.audioFrame.extraData Uint8List.fromList(Listint.from(params[extraData]));^^^^^^^^^FAILURE: Build failed with an exception.* Where: Script D:\flutter_windows_2.8.0-stable\packages\flutter_tools\gradle\flutter.gradle line: 1070* What went wrong: Execution failed for task :app:compileFlutterBuildDebug.Process command D:\flutter_windows_2.8.0-stable\bin\flutter.bat finished with non-zero exit value 1* 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.orgBUILD FAILED in 24s Exception: Gradle task assembleDebug failed with exit code 1怎么回事这个错误提示表明在编译过程中出现了无法识别的类或方法。具体来说代码中引用了不存在的 Uint8List 类型。 要解决这个问题你可以尝试以下步骤 检查依赖版本 确保你使用的 tencent_trtc_cloud 库的版本与你的代码兼容。有时候更新库版本或者降低库版本可以解决这类问题。 检查引用路径 确保 Uint8List 类型被正确地引入。在 Dart 中Uint8List 类型通常是从 dart:typed_data 中引入的。你可以检查一下是否在文件开头引入了该类 import dart:typed_data;检查参数类型 确保传递给 Uint8List.fromList 方法的参数类型是 Listint。你可以添加一些调试语句确认参数类型和值是否正确。 清理缓存并重新构建 有时候清理 Flutter 和 Gradle 的缓存可以解决一些编译问题。你可以尝试运行 flutter clean 命令清理 Flutter 缓存然后重新构建项目。 查看文档和示例 如果以上方法都没有解决问题你可以查看相关库的文档和示例看是否有类似的用法示例或者已知的解决方法。 通过以上步骤你应该能够解决这个编译错误。如果问题仍然存在可以提供更多的代码片段或者详细的错误信息这样我可以给出更具体的帮助。 ע: D:\flutter_windows_2.8.0-stable\.pub-cache\hosted\pub.flutter-io.cn\path_provider_android-2.0.12\android\src\main\java\io\flutter\plugins\pathprovider\PathProviderPlugin.javaʹδȫIJ ע: йϸϢ, ʹ -Xlint:unchecked ±롣 ע: ijЩļʹûѹʱ API ע: йϸϢ, ʹ -Xlint:deprecation ±롣 ע: ijЩļʹδȫIJ ע: йϸϢ, ʹ -Xlint:unchecked ±롣乱码 这些警告信息看起来是由于编译过程中使用了非 ASCII 字符导致终端输出了乱码。虽然这些警告信息看起来比较杂乱但通常不会影响到你的应用程序的运行。 根据警告信息中提到的路径 D:\flutter_windows_2.8.0-stable\.pub-cache\hosted\pub.flutter-io.cn\path_provider_android-2.0.12\android\src\main\java\io\flutter\plugins\pathprovider\PathProviderPlugin.java似乎是在处理路径提供者插件path_provider的 Android 部分时出现了一些问题。但从这个信息来看并没有提供具体的错误信息或者异常。 要解决这个问题你可以尝试以下几点 清理缓存并重新构建 运行 flutter clean 清理 Flutter 缓存然后重新构建你的应用程序。 检查依赖版本 确保你使用的 path_provider 插件的版本是最新的并且与你的 Flutter 版本兼容。 查看详细日志 如果上述步骤无法解决问题你可以尝试添加 -v 参数重新运行构建命令以获取更详细的日志信息帮助你定位问题所在。 更新插件 如果问题依然存在可以尝试更新相关的插件或者依赖库到最新版本看是否有已知的问题修复。 通过以上步骤你应该能够解决这个警告信息所引发的问题。如果问题依然存在欢迎提供更多的详细信息我会尽力帮助你解决。 安装到手机如果白屏的话请关闭app后台让后将 让后重新启动app就可以看到所有模块按钮了
http://www.pierceye.com/news/250793/

相关文章:

  • 上海做网站技术有趣的网站小游戏
  • 网站建设需要哪些内容中国建设银行对公网站
  • 网站菜单实现原理全网营销外包
  • 江阴招聘网站建设学徒开源网站开发文档下载
  • 金融网站开发公司六安城市网新闻
  • 什邡网站建设公司linux怎么使用wordpress
  • 安阳网站建设公司网络推广的目标
  • 人像摄影网站有哪些贵阳网站制作企业
  • 山西山西省建设厅网站首页哪个网站做分享赚佣金
  • 曲靖网站制作一条龙赣州章贡区邮政编码是多少
  • 海南省网站设计公司网址百度小说风云榜排名
  • 刷网站关键词排名原理寮步建设网站
  • 银川网站建设一条龙服务服装行业网站模板
  • 重庆建站程序建筑网站起名
  • 便宜网站制作wordpress函数手册
  • 适合在家做的网站工作做音乐网站要求
  • 在哪个网站做视频赚钱的建设彩票网站需要多少投资
  • 大连网站建设意动科技推荐做那个的电影网站
  • 博达 网站群建设wordpress打开乱码
  • 电商网站建设代理商定制网站开发介绍图
  • 网站系统问题解决措施上海网站建设系
  • c 做网站简单吗ui设计需要学什么软件
  • 网站建设app开发公司国内免备案空间
  • nas 支持做网站dedecms 做影网站
  • 网上商城网站模板广州建设技术职业学院
  • 养生网站模板下载山东网站建设哪家专业
  • 最新电子产品网站模板网站建设公司 腾佳
  • 跟公司产品做网站用什么程序做网站最好优化
  • 在线代理网页浏览网站山东省城乡住房建设厅网站
  • 网站建设需准备什么彩页模板图片