惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
Y
Y Combinator Blog
月光博客
月光博客
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
小众软件
小众软件
H
Help Net Security
Last Week in AI
Last Week in AI
B
Blog RSS Feed
宝玉的分享
宝玉的分享
N
Netflix TechBlog - Medium
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - android-emulator
2026-06-14 · via AUR Newest Packages

Zlodej commented on 2025-08-15 22:57 (UTC)

Missing dependency libbsd

dreamingincode commented on 2023-09-01 21:48 (UTC)

Even if it's a Google owned CDN, I don't think it's official because it's a CDN and CDNs are generally not considered a public & stable thing - Google can change how/whether it uses CDN any time, but Google is far less likely to change dl.google.com. CDNs are by definition mirrors anyway.

The URL is also not really "listed" on the page, as one would see something in text if it's listed - it's only linked to. And Google probably shouldn't have done that.

dl.google.com is official both because it's far more well-known and linked to (and not CDN), and it is the link from the source of truth for Android tools at https://dl.google.com/android/repository/repository2-1.xml , which is used by Android Studio SDK manager, the official way to download Android tools.

zrhoffman commented on 2023-09-01 21:01 (UTC) (edited on 2023-09-01 21:03 (UTC) by zrhoffman)

That is not a non-official host, it is Google's official CDN. In fact, that precise URL is listed as the official URL on the Android Emulator 33.1.15 download page: https://developer.android.com/studio/emulator_archive

Avoid using specific mirrors (e.g. on sourceforge) to download, as they might become unavailable

https://redirector.gvt1.com/edgedl/... redirects the client to the nearest edge cache for downloading, which is much more resilient than dl.google.com.

dreamingincode commented on 2023-09-01 20:54 (UTC)

I don't think this AUR package should try to fetch a binary from a non-official host , given that we do have the official one. Even if it may help certain VPN users build the package, it's a questionable practice to all other users.

https://wiki.archlinux.org/title/Arch_package_guidelines also says:

Avoid using specific mirrors (e.g. on sourceforge) to download, as they might become unavailable

zrhoffman commented on 2023-09-01 20:46 (UTC) (edited on 2023-09-01 20:46 (UTC) by zrhoffman)

zrhoffman commented on 2023-09-01 19:58 (UTC)

@dreamingincode I tried from a different IP address and makepkg works, so dl.google.com must be blocking my VPN's previous IP address. If there's a mirror that doesn't block VPNs, that would be preferred, but if this is the only one, I understand.

dreamingincode commented on 2023-09-01 04:50 (UTC)

@zrhoffman Double checked and makepkg works fine for me. The file is downloaded normally and passes checksum.

zrhoffman commented on 2023-09-01 04:38 (UTC)

I'm getting a 404 trying to build 32.1.15-1:

$ makepkg
==> Making package: android-emulator 32.1.15-1 (Thu Aug 31 22:36:32 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading emulator-linux_x64-10696886.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0  1449    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://dl.google.com/android/repository/emulator-linux_x64-10696886.zip
    Aborting...

arturbruno17 commented on 2022-06-17 12:43 (UTC)

I don't know if this is just me, but when I access the Android Emulator's 'Extended controls', the map doesn't show up for me. In the place where the map should be to select the location of the fake gps, there is nothing.