自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 androidstudio签名时报异常androidstudio Found byte-order-mark in the middle of a file [ByteOrderMark]

开发总结

2017-12-31 16:03:57 749

原创 Invalid VCS root mapping The directory C:\Users\Administrator\Desktop\github\likequanmintv-master

Thank you so much for replying Ben. you didtook me to my solution! under File > Settings > Version Control - Ichanged the Vcs settings from Git to none. problem solved. thanks

2017-10-12 11:02:30 33876 7

原创 Eclipse 与模拟器无法连接报:The connection to adb is down, and a severe error has occured.异常

首先打开cmd 准备工作做好。  键入到你自己SDK所在的路径(PS:cd跳转到文件夹  ) 例如:F:\eclipse\sdk\platform-tools\ 然后开始工作了首先kill掉adb   adb kill-server然后start   adb start-server如果启动不了说明又被占用的嫌疑(PS:此时请开始窥测电脑上的XXX助手之

2017-10-12 11:01:28 248

原创 androidstudio 跳转页面时无法显示

@Overridepublic void onCreate(@Nullable Bundle savedInstanceState, @Nullable PersistableBundle persistentState) {    super.onCreate(savedInstanceState, persistentState);    }                

2017-10-12 10:59:55 3415

转载 Android Studio安装插件 重启后保存不上的问题

转载请标明出处: http://blog.csdn.net/qq_27818541/article/details/51558955 本文出自:【BigManing的博客】一、问题现状Android Studio(AS)安装插件重启再次进入查看插件并未安装上二、问题分析(1)修改了配置路径如果你对idea.properties(studio文件目录\

2017-10-12 10:50:55 635

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除