3 回答

TA貢獻1818條經(jīng)驗 獲得超7個贊
嘗試這個
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_height="match_parent"
android:layout_width="match_parent"
tools:context=".MainActivity">
<TextView
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="Happy Birthday YOURFRIENDHERE" />
</RelativeLayout>

TA貢獻1946條經(jīng)驗 獲得超4個贊
我認為這是因為你的 android studio 的版本不是最新的,因為我認為當你發(fā)現(xiàn)你阻止通過你的互聯(lián)網(wǎng)從互聯(lián)網(wǎng)下載 gradle 資源時,谷歌希望我們使用最新版本。
添加回答
舉報