3 回答

TA貢獻(xiàn)1818條經(jīng)驗(yàn) 獲得超7個(gè)贊
嘗試這個(gè)
<?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貢獻(xiàn)1946條經(jīng)驗(yàn) 獲得超4個(gè)贊
我認(rèn)為這是因?yàn)槟愕?android studio 的版本不是最新的,因?yàn)槲艺J(rèn)為當(dāng)你發(fā)現(xiàn)你阻止通過(guò)你的互聯(lián)網(wǎng)從互聯(lián)網(wǎng)下載 gradle 資源時(shí),谷歌希望我們使用最新版本。

TA貢獻(xiàn)1909條經(jīng)驗(yàn) 獲得超7個(gè)贊
這是一個(gè) VPN 問(wèn)題,無(wú)法從 Google 接收某些文件,因此無(wú)法訪問(wèn)必要的文件。現(xiàn)在一切都按預(yù)期工作!
添加回答
舉報(bào)