Search Criteria
Package Details: android-emulator 35.2.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/android-emulator.git (read-only, click to copy) |
---|---|
Package Base: | android-emulator |
Description: | Google Android Emulator |
Upstream URL: | https://developer.android.com/studio/releases/emulator.html |
Keywords: | android development |
Licenses: | custom |
Submitter: | dreamingincode |
Maintainer: | dreamingincode |
Last Packager: | dreamingincode |
Votes: | 56 |
Popularity: | 0.019401 |
First Submitted: | 2017-04-19 07:06 (UTC) |
Last Updated: | 2024-10-17 06:48 (UTC) |
Dependencies (20)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxcursor
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxi (libxi-gitAUR)
- libxrender
- libxtst
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Required by (3)
- android-sdk (optional)
- android-sdk-dummy (optional)
- android-studio-beta (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
ulidtko commented on 2021-12-10 16:30 (UTC)
Hi @dreamingincode... Hope you're well. I pulled an update here recently, and it started failing to run like this:
However, this works:
Can this be helped? I can try to whip up some wrapper launcher script and send it as a patch, if that's OK with you.
Additionally, I somehow have 2 different
emulator
binaries:— very different in size, but seem to function equivalently (even the CWD-dependence bug is the same). Is this expected? I've got android-sdk installed (from your AUR) too. Which one is best to use in a wrapper script? I want to be able to launch the emulator from any CWD.
dreamingincode commented on 2021-06-18 21:42 (UTC)
Re aquatic7: makepkg worked fine for me locally and I checked the checksums in PKGBUILD v.s. manually running sha1sum, both are correct. Maybe you did have a bad download?
aquatic7 commented on 2021-06-18 18:28 (UTC)
Building android-emulator... ==> Making package: android-emulator 30.6.5-1 (fre 18 jun 2021 20:26:33 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found emulator-linux_x64-7324830.zip -> Found android-emulator.sh -> Found android-emulator.csh -> Found package.xml ==> Validating source files with sha1sums... emulator-linux_x64-7324830.zip ... Passed android-emulator.sh ... FAILED android-emulator.csh ... Passed package.xml ... FAILED ==> ERROR: One or more files did not pass the validity check! Failed to build android-emulator
mynacol commented on 2021-04-19 18:36 (UTC) (edited on 2021-04-19 18:36 (UTC) by mynacol)
Hi @Erz3,
Please follow the instructions on the Arch Wiki. As this is not an instructions or support channel I won't help you here. Please ask your questions on more suitable platforms.
Erz3 commented on 2021-04-18 23:26 (UTC)
Hi everyone.
I am not developer and I am not an exeperienced Linux user, so forgive me if my question is stupid.
I was looking for an Android emulator to run mobile games, but I have installed "android-emulator" and I don't know how to work with it.
Thanks in advance.
dreamingincode commented on 2021-03-31 04:31 (UTC)
emulator 30.6.1 is still in another channel (channel-3, seems to be canary chacnnel) as of writing. See https://dl.google.com/android/repository/repository2-1.xml . Please only flag this package out of date when there's an update on channel-0 (the stable channel).
thotypous commented on 2021-02-14 04:19 (UTC) (edited on 2021-02-14 04:20 (UTC) by thotypous)
android-emulator 30.3.5 crashes with SIGSEGV for me due to
sysconf(_SC_LEVEL1_ICACHE_LINESIZE)
returning -1, whereas qemu expects it to return 0 in case of failure. This is actually fixed in latest qemu, but android-emulator 30.3.5 comes with outdated qemu.To fix the issue, one needs to patch the
/opt/android-sdk/emulator/qemu/linux-x86_64/qemu-system-aarch64
binary and modify bytes starting at offset 0x4e5641 tobb 40 00 00 00 89 d8 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90
.This is equivalent to inserting the following instructions (followed by a bunch of nops) in place of the calls to sysconf.
ttc0419 commented on 2020-09-04 14:57 (UTC)
Upgrading to 30.0.26 still showing the version is 30.0.12
dreamingincode commented on 2020-05-09 20:15 (UTC)
I personally didn't see those warnings, and if this is not related to AUR packaging you might want to ask it somewhere else.
Regarding "-bin", I didn't see any official guideline/requirement saying that packages not built from source code must have that suffix. (See https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_naming ), and currently none of all the Android SDK packages have that suffix. If people actually use Android SDK built from source, we might be able to move all the Android SDK packages into official repo. I'll be happy to rename this package for disambiguation in that case.
« First ‹ Previous 1 2 3 4 Next › Last »