Android Studio: Plugin with id 'android-library' not found

前端 未结 6 2148
北恋
北恋 2020-11-28 02:31

I\'ve been trying to get ActionBarSherlock to work and having some issue. One issue I\'ve come across is the following message when trying to build it:



        
6条回答
  •  生来不讨喜
    2020-11-28 03:13

    Use

    apply plugin: 'com.android.library'
    

    to convert an app module to a library module. More info here: https://developer.android.com/studio/projects/android-library.html

提交回复
热议问题