我下面的視頻教程以瞭解Android Studio,告訴我進入這一行:直到我試圖進入R.drawable
Android Studio中R.drawable被替換android.R.drawable
public class customswipeadapter extends PagerAdapter {
private int[] image_resources = {R.drawable.picture};
}
一切都很好只提供建議android.R.drawable
,然後將其標記爲錯誤。
我該如何解決這個問題?
那是什麼錯誤? – RameshJaga
查看本教程並實施它。 https://www.mkyong.com/android/android-imageview-example/ – RameshJaga