Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Android Studio tracking usage?

Does anyone know if Android Studio is tracking usage somehow? How can open source project track usage in a reliable way?

like image 643
Marco Greselin Avatar asked Oct 30 '25 19:10

Marco Greselin


1 Answers

Yes, Android Studio does track usage statistics, with permission. There are two places within the Settings menu in Android Studio where you can give consent for analytical data to be sent to JetBrains and Google. The first is at:

  • Appearance & Behaviour -> System Settings -> Data Sharing

Help JetBrains improve its products by sending anonymous data about features and plugins used, hardware and software configuration, statistics on types of files, number of files per project, etc.

Please note that this will not include personal data or any sensitive information, such as source code, file names, etc. The data sent complies with the JetBrains Privacy Policy

This covers general usage of the IDE. The second relates to the Instant Run feature of the Android SDK, and can be found at:

  • Build, Execution & Deployment -> Instant Run:

Log extra info to help Google troubleshoot Instant Run issues. Learn more about what is logged and our privacy policy

Of course, it's your preference as to whether or not you want to contribute to these statistics.

like image 76
Michael Dodd Avatar answered Nov 01 '25 09:11

Michael Dodd