Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Time Tracking Tool Window in Android Studio

In IntelliJ IDEA there is a Time Tracking Tool Window which provides ways to start and stop timers for the active task, which I'm looking forward to use it as a time tracker for my projects.

Where is this option located in Android Studio? Because I have tried to find it out but there's no Time Tracking option in the Tool Windows.

Thanks in advance.

like image 367
Henrique de Sousa Avatar asked Dec 03 '25 09:12

Henrique de Sousa


2 Answers

I am using 2 free time-tracking plugins on Android Studio:

1) darkyen

https://github.com/Darkyenus/DarkyenusTimeTracker

2) wakatime

https://wakatime.com/

Wakatime is comprehensive and has a subscription model for additional features.

You can install them easily from Android Studio -> Settings -> Plugins -> Browser Repositories.

like image 91
Ahmed Hammad Avatar answered Dec 05 '25 22:12

Ahmed Hammad


The time tracking is currently available only in IntelliJ IDEA Ultimate. Since it's not an open-source component, it is not available in Android Studio.

like image 32
yole Avatar answered Dec 05 '25 21:12

yole