Reputation: 1840
How can I fix this? It is a must to update the android studio? Thanks :)
EventLog
7:12:24 PM Unlinked Gradle project?
Import Gradle project, this will also enable Gradle Tool Window.
Don't want to see the message for the project again: press here.
7:12:24 PM Plugin Error
Problems found loading plugins:
Plugin "SDK Updater" was not loaded: required plugin "Android Support" is disabled.
Plugin "Android NDK Support" was not loaded: required plugin "Android Support" is disabled.
Plugin "Google Cloud Tools For Android Studio" was not loaded: required plugin "Android Support" is disabled.
Plugin "Google Cloud Testing" was not loaded: required plugin "Android Support" is disabled.
Plugin "Google Services" was not loaded: required plugin "Android Support" is disabled.
Disable not loaded plugins
Enable Android Support
Open plugin manager
7:12:24 PM Platform and Plugin Updates: A new version of Android Studio is available! (show balloon)
Upvotes: 2
Views: 2588
Reputation: 75778
Plugin "SDK Updater" was not loaded: required plugin "Android Support" is disabled. Plugin "Android NDK Support" was not loaded: required plugin "Android Support" is disabled. Plugin "Google Cloud Tools For Android Studio" was not loaded: required plugin "Android Support" is disabled. Plugin "Google Cloud Testing" was not loaded: required plugin "Android Support" is disabled. Plugin "Google Services" was not loaded: required plugin "Android Support" is disabled. Disable not loaded plugins Enable Android Support Open plugin manager 7:12:24 PM Platform and Plugin Updates: A new version of Android Studio is available! (show balloon)
You can switch to that channel (if necessary) and check for updates via Help > Check for Update... (on OSX, look in the Android Studio menu)
. This will download and install a patch rather than download a full IDE image. Note however that if you do this, you will replace your existing(if)1.4 installation, which you may not want to do. Just keep 1.4 and 1.5 Preview installed side by side; they already use separate settings and cache directories.
So
Update your Android Studio (SDK & Repository too)
Restart And Sync With Gradle
Upvotes: 2