cost 260 ms
从异步 function 返回的值不是实际值 - Value returning from an async function is not the actual value

我正在调用一个异步 function,它将文件路径作为参数并读取并显示文件中的内容。 这是我调用 function 的地方。 这是 function。 读取文件中的内容后,在控制台打印数据。 但是当我尝试使用相同的值在模拟器中显示时出现错误。 为什么 function 没有返回实际的字符串值?? ...

在模拟器上运行 Android Studio 应用程序时出现缺少 jr 文件的错误消息 - Error message of missing jr file when running Android Studio application on emulator

我正在尝试在我的 Android Studio IDE 上运行一个应用程序。该应用程序的导入文件是使用较旧的 gradle 配置制作的,并且正在使用较旧版本的 Android Studio (Android Studio 2.3.2)。 模拟器是带有 API 23 的 Nexus 6。模拟器正在运行 ...

我在 React Native 中遇到开发服务器响应错误代码 500 的错误 - I have a error the development server response error code 500 in React Native

我正在使用 React Native 并在我的 android 模拟器上遇到以下错误在此处输入图像描述在此处输入图像描述我试了几次,我的手机扫描二维码也出现了同样的结果我还注意到文件夹是空的。 在此处输入图像描述 ...

即使在使用 toInt() 之后,类型“int”也不是“double”的子类型 flutter - type 'int' is not a subtype of 'double' flutter even after using toInt()

在我的应用程序中,我将 temp.toInt() 的双温度转换为后期 int 温度变量。 但不知何故,我的应用程序崩溃并向我显示错误消息“type 'int' is not a subtype of 'double'”。 主要问题是它突然起作用。 然后它再次崩溃。 我不知道为什么会这样。 这是我的 ...

当我启动 Android Studio 并生成 Emulator 时出现 6 个错误,如何解决 - How to fix when I started up the Android Studio and Generate the Emulator, but there is 6 errors

检查 AAR 元数据时发现 6 个问题: 依赖项“androidx.appcompat:appcompat-resources:1.6.0”需要依赖它的库和应用程序针对 Android API 的版本 33 或更高版本进行编译。 :app 目前是针对 android-32 编译的。 推荐操作:更新 ...

Xamarin.Android 广播接收器在 Android 模拟器上启动完成后被正确触发,但在 Android 9 (Techno Spark 4) 上它没有 - Xamarin.Android Broadcast Receiver is being fired properly after boot completion on Android Emulator but on Android 9 (Techno Spark 4) it doesn't

我正在尝试让我的 xamarin.android 前台服务在我的 Android 9 (Techno Spark 4 Air) 手机启动完成后运行。 它在 android 模拟器上运行良好。 这就是我所做的。 我的BroadcastReceiver: 我的接收器在 Android 清单 XML 文件 ...

android x86_64 上的崩溃未在 x86 上发生(Android API30、API31) - Crash on android x86_64 not happening on x86 (Android API30, API31)

以前的标题是:从 Android12 (api >= 31) 开始的vsprintf崩溃我的 Android 应用程序使用使用 NDK 构建的本机库 (libexif)。 在我的本机代码(改编自 exif)中的某个时间,我调用了vsprintf function,这使应用程序崩溃。 以前在e ...

React Native 适用于真实设备,但不适用于 android 模拟器 - React Native works with a real device but not with an android emulator

操作系统: Linux Ubuntu CLI 或 Expo: CLI RN 版本: 0.70.6 我使用以下命令启动我的 React Native 项目: yarn start yarn react-native run-android 当真实设备连接到我的 PC 并且项目在我的设备上启动时,它 ...

Flutter 应用程序未在 android 模拟器主屏幕上显示为图标 - Flutter app is not showing as an icon on the android emulator homescreen

我正在尝试构建一个应用程序。 我使用 flutter 作为框架,使用 VS Code 作为我的 IDE。我还通过 android studio 安装了一个 android 模拟器。 我正在尝试实施身份验证。 如果我运行我的应用程序,它会在模拟器中打开并且工作正常。 现在我想测试当应用程序关闭(不在后 ...

在 Android Studio 的模拟器上更新 Chrome 时,Chrome 崩溃 - When updating Chrome on Android Studio's Emulator, Chrome crashes

我正在使用 Android Studio 的设备管理器在我的 Mac (M1) 上运行模拟的 android 平板电脑设备。 具体来说,该设备针对 API 30 并使用 arm64 架构。 默认情况下,此设备随附 91 版 Chrome 浏览器。 我的目标是尽可能将 Chrome 更新到最新版本(截 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM