我用組裝釋放的Android工作室產生錯誤找不到符號變量Red?
Error:(52, 86) error: cannot find symbol variable Red
,而它的調試工作正常創建APK。產生這個錯誤的代碼行是
spiner.getBackground().setColorFilter(getResources().getColor(R.color.Red), PorterDuff.Mode.SRC_ATOP);
有沒有人遇到這個問題?任何幫助將不勝感激。
嘗試android.R.color.Red可能是R從你的包如com.xyz.R – virendrao 2015-04-01 05:57:19