Android Tutorial
Software Setup and Configuration
Android Studio
File Structure
Components
Core Topics
Layout
View
Button
Intent and Intent Filters
Toast
RecyclerView
Fragments
Adapters
Other UI Component
Image Loading Libraries
Date and Time
Material Design
Bars
Working with Google Maps
Chart
Animation
Database
Advance Android
Jetpack
Architecture
App Publish
App Monetization
Android Studio provides a plethora of plugins to enhance functionality and productivity. Here's how to install and uninstall plugins in Android Studio:
Open Android Studio.
Access the Plugins Menu:
File
> Settings
(on Windows/Linux).Android Studio
> Preferences
(on macOS).In the left panel of the Settings or Preferences window, select Plugins
.
In the Plugins section, you'll see a tabbed interface with Marketplace
and Installed
tabs:
To install a new plugin, go to the Marketplace
tab:
Install
button next to it.Access the Plugins Menu as described above.
Go to the Installed
tab.
Find the plugin you wish to uninstall.
Click on the red Uninstall
button (trash bin icon) next to the plugin name.
You may be prompted to restart Android Studio to complete the uninstallation process.