1.Android警告信息:Touch target size too small:
改一下尺寸
2.Android警告信息:Insufficient text color contrast ratio:
3.Android Studio ImageButton顯示"No speakable text present":
這個(gè)問題不大,可以添加以下代碼解決
tools:ignore="SpeakableTextPresentCheck"
?
4.android studio 編譯錯(cuò)誤 Error: Duplicate resources :
原因在于drawable 目錄下圖片和xml文同名,修改掉就可以了
5.import android.support.v7.app.AppCompatActivity;標(biāo)紅
修改為import androidx.appcompat.app.AppCompatActivity;
6.import net.sourceforge.pinyin4j.xxxxxxxx;標(biāo)紅
Android studio中導(dǎo)入jar包、右鍵+add as library
7.Value must be ≥ 0 but `getColumnIndex` can be -1”——.Cursor.getColumnIndex();標(biāo)紅
把這函數(shù)改成getColumnIndexOrThrow()?文章來源:http://www.zghlxwxcb.cn/news/detail-462079.html
?文章來源地址http://www.zghlxwxcb.cn/news/detail-462079.html
到了這里,關(guān)于Andriod開發(fā)APP--Bugger的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!