package android.support.v4.util does not exist

前端 未结 11 831
情书的邮戳
情书的邮戳 2020-12-24 13:26

Since the last update for android support libraries, I am having issues with importing LruCache. Eclipse, and now even android studio, keep saying that package android.suppo

11条回答
  •  悲&欢浪女
    2020-12-24 13:36

    In my case I was porting an Android Googlemaps app API1 to API2, and after many hours I realized I was not adding

    C:\Program Files\..(your_path_)..
      ..\adt-bundle-windows-x86_64\sdk\extras\android\support\v4
    

    to External Libraries..

    Hope this helps

提交回复
热议问题