在eclipse中导入google官方的音乐播放器android-UniversalMusicPlayer
结果报了很多styles中no resource found的错
错误如下:
[2016-03-16 20:38:16 - MusicPlayerActivity] C:\Users\lenovo\Desktop\android-UniversalMusicPlayer-master\mobile\src\main\res\values\styles.xml:19: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.NoActionBar'.
[2016-03-16 20:38:16 - MusicPlayerActivity] C:\Users\lenovo\Desktop\android-UniversalMusicPlayer-master\mobile\src\main\res\values\styles.xml:23: error: Error: No resource found that matches the given name: attr 'alertDialogTheme'.
我下载了一个appcompat_v7类库来关联android-UniversalMusicPlayer也没有用
应该怎么解决?
android-UniversalMusicPlayer是Android Studio的项目来的,你用eclipse导入会有好多问题的!建议使用AS来打开!