SimplifyReader
SimplifyReader copied to clipboard
编译错误
先是找不到资源,
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
找不到相应资源
然后我照你的说的,把sdk版本设置最新,设为23 还是出错 Error:(22, 24) 错误: 找不到符号 符号: 类 AndroidHttpClient 位置: 程序包 android.net.http
我也是这个问题
android:TextAppearance.Material.Widget.Button.Inverse 是6.0里面的资源文件,必须变异用6.0;但是6.0之后又不支持httpclient,导致build.gradle怎么编写都是失败
你们是怎么解决的
编译不过的地方先注掉试试