package android.support.v4.app does not exist ; in Android studio 0.8

前端 未结 12 1615
我在风中等你
我在风中等你 2020-12-01 05:24

I\'ve recently updated the android studio IDE to 0.8 to work with the new android L SDK. To start I imported a finished android project that receives no errors in the older

12条回答
  •  生来不讨喜
    2020-12-01 05:48

    My solution was creating a project with Use legacy support library option checked. after the project creation is successfully completed, just delete the src folder in the app directory and copy the src folder from your main project. Finally, Sync project with Gradle files.

提交回复
热议问题