Plugin with id ‘android-sdk-manager’ not found

When you face this bug when trying to build Android source code, try following.

Add below inside “dependencies” of top folder of build.gradle (Project: TVDemoApp)

        classpath ‘com.android.tools.build:gradle:1.0.0’
        classpath ‘com.jakewharton.sdkmanager:gradle-plugin:0.12.0’

Reference:

Leave a Comment

Your email address will not be published. Required fields are marked *