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

推荐订阅源

IT之家
IT之家
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The GitHub Blog
The GitHub Blog
MyScale Blog
MyScale Blog
爱范儿
爱范儿
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
Y
Y Combinator Blog
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
Martin Fowler
Martin Fowler
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
罗磊的独立博客
M
MIT News - Artificial intelligence
博客园 - Franky
V
Visual Studio Blog
I
InfoQ
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
博客园 - 司徒正美
L
LangChain Blog

ashishb.net

A day in Luxembourg - the richest country in the world I was asked to install malware during a fake interview Book summary: Breakneck - China's quest to engineer the future by Dan Wang Book summary: How to Teach Your Baby to Read Book Summary: The Discontented Little Baby Book by Pamela Douglas Introducing Amazing Sandbox - run third-party tools and AI agents securely on your machine Why software outsourcing gets a bad reputation? Book summary: The Natural Baby Sleep Solution by Polly Moore A day in Antwerp, Belgium Journey of online influencers Two days in Brussels, Belgium Shortcuts - when we love them and when we don't A visit to Rakhigarhi Three days in overhyped Paris Empty Japan, crowded Tokyo The real lock-in in GitHub is not the code, but the stars 11-day Norwegian Breakaway East Caribbean cruise Sanskrit and Sri Lankan Air Force Use REST with Open API The Achilles heel of American capitalism Costa Rica in 4 days At a juice stall in Sri Lanka A short stay at Warsaw, Poland Best practices for using Python & uv inside Docker Two days in Vilnius, Lithuania How IntelliJ IDEs waste disk space Pregnancy Why there aren't many digital nomads from India Two days in Riga, Latvia To keep your machine secure, run third-party tools inside Docker
Google Search is losing to Perplexity
Ashish Bhatia · 2025-05-03 · via ashishb.net

Recently, after doing some Google mandated updates of MusicSync, my music player Android application, I received the following error in Android Studio during the build process.

1
AAPT2 aapt2-8.8.0-12006047-osx Daemon #1: Daemon startup failed

I tried to search for the error on Google, and got zero results.

A Google search result page includes a result for a query about an 'AAPT2 Daemon startup failed' error, explaining potential causes related to software configuration.

While Perplexity gave me 6 possible causes of this.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
Possible Causes and Solutions

1. Gradle Version Incompatibility:
   Ensure that your Gradle version is compatible with your Android Studio version.
   You may need to update or downgrade your Gradle version 2.
2. System User Permissions: If you're using a CI/CD
   system like Jenkins, make sure the build is not running under the SYSTEM user.
   Running the build as a specific admin user can resolve this issue.
3. Corrupted Gradle Cache: Try clearing the Gradle cache by deleting the ~/.gradle/caches
   folder in your user home directory.
4. Insufficient System Resources:
   Ensure your system has enough memory and processing power available for the build process.
5. Antivirus Interference:
   Temporarily disable your antivirus software to check if it's interfering with
   the build process.
6. Outdated Android SDK Tools: Update your Android SDK
   tools to the latest version through the SDK Manager.

The third suggestion of the Gradle cache being corrupted looked promising answer. Especially because I was doing a Gradle version update. So, doing a clean build after deleting the Gradle cache ~/.gradle/caches resolved the issue.

I am definitely perplexed though.
Android comes from Google.
The error message came during Android build process.
The error message came from tools provided by Google.
It showed up in Android Studio, which is also from Google.
Yet, Google Search couldn’t find a single cause for the error message.

And this is not the only anecdotal evidence of Google Search failing to find relevant results. Something seems to be happening at Google which is making it less reliable.

Or, fairly frequently, I see nonsensical search results that are completely unrelated to the page contents.

The title of the page is "firebase-crashlytics-gradle:3.0.1 uploadCrashlyticsMappingFileRelease FAILED" and not 0. Rapid experimentation is really killing Google search.

Any alternative suggestions? pic.twitter.com/cuVaUSX70f

— Ashish Bhatia (@ashishbhatia) May 25, 2024

There is a deterioration in the quality of search results. And these days, I frequently find myself using Perplexity as my primary search engine.