Why is Android Studio so buggy and Android development so frustrating? I spend 25-50% of my day solving Google's bugs

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Pidcat

    Colored logcat script which only shows log entries for a specific application package.

  • It's been a while I did not experience major issue in AS, for a large 100% Java app. Using the latest Canaries and keeping it up to date. In 10 years of Android dev, i've never had to use a debugger. Instead I rely on verbose logging, including for troubleshooting issues reported by user when they provide a log file on demand. For logcat logging, I've been using pidcat for years in a terminal. The app being just 100% Java avoids a lot of possible problems and builds fast. I actually think the AS team and generally Android tools teams (with special mention for people maintaining R8/D8/Desugar) have been doing a good job with it these past years.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Metaprogramming in Ruby: It's All About the Self (2009)

    3 projects | news.ycombinator.com | 13 Apr 2024
  • Cdebug: A Swiss army knife of container debugging

    1 project | news.ycombinator.com | 13 Mar 2024
  • C++ Comparison Operator Craziness

    1 project | news.ycombinator.com | 12 Feb 2024
  • GDB-front end: GDB front end with a browser-based UI

    1 project | news.ycombinator.com | 28 Jan 2024
  • Creating k-NN with C++ (from Scratch)

    6 projects | dev.to | 11 Jan 2024