
安卓开发(Android)
元宇宙开源博客
这个作者很懒,什么都没留下…
展开
-
git commit 与sublime text 2 连接错误
错误信息:hint: Waiting for your editor to close the file... 'D:/Program\ Files\ \(x86\)/S ublime\ Text\ 2/sublime_text.exe' -n -w: D:/Program\ Files\ \(x86\)/Sublime\ Tex ...原创 2018-04-16 17:36:17 · 5052 阅读 · 0 评论 -
import android.support.v7.app.AppCompatActivity; 没有起作用
android studio怎么导入appcompat-v7在项目的build.gradle文件里,用传统的自动依赖处理方式:compile ‘com.Android.support:appcompat-v7:23+’,然后rebuild就可以了。只有这一种适合我。...原创 2018-04-04 11:16:13 · 38711 阅读 · 0 评论 -
android studio增加网络权限
<uses-permission android:name="android.permission.INTERNET"/>原创 2018-04-04 11:44:43 · 7298 阅读 · 0 评论 -
Android更新及gradle3.0问题
问题:Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.It will be removed at the end of 2018.解决方案:将gradle.app中的dependence改为dependencies { implementation fileT...原创 2018-04-18 11:09:18 · 9660 阅读 · 2 评论