
报错
blog_Lei
这个作者很懒,什么都没留下…
展开
-
Retrofit返回结果成功与失败相反
retrofit返回结果成功与失败相反原创 2016-07-14 17:07:18 · 1753 阅读 · 0 评论 -
the apk for your currently selected variant(app-release-unsigned.apk)is not signed.Please specity a
使用androidstudio时无法运行项目,并且提示如下: the apk for your currently selected variant(app-release-unsigned.apk)is not signed.Please specity a signing configuration for this variant(release) 解决方法: 1:studio原创 2016-07-05 13:26:14 · 10088 阅读 · 8 评论 -
No Retrofit annotation found
今天在使用Square的android 网络封装框架Retrofit 时出现了这个问题,报错:No Retrofit annotation found,焦灼了很久在解决问题,所以拿出来和大家分享一下下,希望大家遇到同样问题时可以快速解决。 我直接贴出正确和错误的代码,大家对比查看,答案一目了然: 错误情况: @PUT("bulbs/{devMac}/rgb")原创 2016-06-06 16:26:30 · 18683 阅读 · 2 评论 -
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
在将eclipese项目转为androidstudio项目后,出现了这个问题,原因是因为androidstudio对图片的要求提高了,试着将工程里的这张图片ic_search_focused.png,换成真正的png图片就好了 AAPT err(Facade for 1127454584): libpng error: Not a PNG file AAPT err(Facade fo原创 2016-04-16 10:43:19 · 416 阅读 · 0 评论 -
Not recognizing known sRGB profile
:app:processDebugResources FAILED Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Proces原创 2016-04-15 12:45:21 · 336 阅读 · 0 评论