摘要:
原文地址:android:#FFFFFFFF颜色作者:android小鸟颜色色码为#FFFFFFFF其中颜色顺序依次为#AARRGGBB前两位AA代表透明度,FF时表示不透明,00表示透明; RR代表红色 ,FF时表示全红 ,00表示无红色; GG代表绿色 ,FF时表示全绿 ,00表示无绿色;... 阅读全文
摘要:
activity_main.xml选择Design显示rendering problems no render target selected在stackOverflow上找到了答案:You need to run the AVD Manager to add a virtual device th... 阅读全文
摘要:
在进入后adb无法连接,并且报错 Internal HTTP server disabled: Cannot start internal HTTP server. Git ……各种百度没有答案,最后在stackoverflow上看到了一个方法,解决很简单:以管理员身份运行cmd ,输入命令:net... 阅读全文