Nikunjarora12345
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created AnActionListener not triggered when "Sync now" is pressed which is prompted by the IDE
AnsweredI'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 { ...