English 中文(简体)
粘合器的指挥始终出现错误(存储坠毁数据,能够进行处理......)。
原标题:Android emulator command always log an error (Storing crashdata, detection is enabled for process...)

目前,Im在我的Mac mini M1上安装了演唱台(在工厂重造之后),但我使用推器指挥(来自和海底SDK),每当我操作时,第一个输出线是:

INFO    | Storing crashdata in: /tmp/android-gregoire/emu-crash-34.1.18.db, detection is enabled for process: 4832

例如:

> emulator -list-avds
INFO    | Storing crashdata in: /tmp/android-gregoire/emu-crash-34.1.18.db, detection is enabled for process: 4832
Pixel_3a_API_34

> emulator -help
INFO    | Storing crashdata in: /tmp/android-gregoire/emu-crash-34.1.18.db, detection is enabled for process: 4872
Android Emulator usage: emulator [options] [-qemu args]
  options:
    -list-avds                                                          list available AVDs
    -sysdir <dir>
[...]

因此,这与任何现有的DVD无关(只有一张DVD,但即使我删除了这个错误)。

这确实令人痛苦,因为我使用Reactindigenous,利用emulator-list-avds在内部启动第一部可资利用的DVD,但react-native android的指挥认为,它应当使用一个名为“INFO 斯托林坠数据:tmp/android-gregoire/e-crash-34.1.18.db”的DVD:4832”的录像机。

另外,当我谈到错误的编号/tmp/android-gregoire/emu-crash-34.1.18.db时,没有任何相关之处,只有空的圆形码<>attachments,completed,new,pending和文档dat 。 页: 1

我已定制环境变数,用于外部储存:

export ANDROID_HOME="/Volumes/GregDev/macmini/android/sdk"
export ANDROID_USER_HOME="/Volumes/GregDev/macmini/android/home"
export ANDROID_EMULATOR_HOME="/Volumes/GregDev/macmini/android/home"
export ANDROID_AVD_HOME="/Volumes/GregDev/macmini/android/home/avd"

除<代码>emulator的错误外,安装工作似乎还在进行:我可以汇编和操作我的本地反应器(我只需要手工发射右推器)。

我的环境:

  • MacOS Sonoma 14.3.1 (Mac Mini M1)
  • emulator --version -> Android emulator version 34.1.18.0 (build_id 11481568) (CL:N/A)
  • Android Studio: Iguana 2023.2.1 (Build #AI-232.10227.8.2321.11479570)

I don t find any information on the internet about a related problem. Does anyone have any more information?

得到帮助。

问题回答

这对我来说是有用的:

Download Android Emulator (33.1.24) Stable from https://developer.android.com/studio/emulator_archive and overwrite the existing folder in ~/Library/Android/sdk (if that s where your sdk is).

滚动编码(滚动代码)——清单-avd——人工确认系统参考系统中的macOS许可,然后第二次操作,看信息记录线。

联合会出于某种原因,这项工作拖不上,从那页重新开始。

我选择了3种选择,将问题放在Series。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签