Nikunjarora12345
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Nikunjarora12345 created a post, AnsweredAnActionListener not triggered when "Sync now" is pressed which is prompted by the IDE
I'm developing an Android Studio plugin and want to perform some action when the Gradle Sync happens. I added the following code:public class CustomActionListener implements AnActionListener { ...