91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android常見的錯誤整理(不定時更新)

發布時間:2020-05-07 23:53:21 來源:網絡 閱讀:365 作者:lg491733638 欄目:移動開發
1.將Bitmap影像到FrameLayout,我解碼的圖像轉換成 Drawable ,然后將其設置為背景的 FrameLayout 
java.lang.NoSuchMethodError: android.widget.FrameLayout.setBackground()
    ByteArrayInputStream p_w_picpathStream2= new ByteArrayInputStream(cardbackground);

Bitmap Imagebackground = BitmapFactory.decodeStream(p_w_picpathStream2);

Drawable p_w_picpathbakground=new BitmapDrawable(getResources(),Imagebackground);

framelayout.setBackground(p_w_picpathbakground);

解決方法:setBackground()方法,在添加 API 級別 16。使用 setBackgroundDrawable()相反用setBackground

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {

        framelayout.setBackground(p_w_picpathbakground);

    } else {

        frameLayout.setBackgroundDrawable(p_w_picpathbakground);

    }
 2.錯誤信息
[2015-11-22 17:19:10 - news] Found 2 versions of android-support-v4.jar in the dependency list,
[2015-11-22 17:19:10 - news] but not all the versions are identical (check is based on SHA-1 only at this time).
[2015-11-22 17:19:10 - news] All versions of the libraries must be the same at this time.
[2015-11-22 17:19:10 - news] Versions found are:
[2015-11-22 17:19:10 - news] Path: E:\android\adt-bundle-windows-x86-20131030\workspace\library\libs\android-support-v4.jar
[2015-11-22 17:19:10 - news]  Length: 385685
[2015-11-22 17:19:10 - news]  SHA-1: 48c94ae70fa65718b382098237806a5909bb096e
[2015-11-22 17:19:10 - news] Path: E:\android\adt-bundle-windows-x86-20131030\workspace\news\libs\android-support-v4.jar
[2015-11-22 17:19:10 - news]  Length: 621451
[2015-11-22 17:19:10 - news]  SHA-1: 5896b0a4e377ac4242eb2bc785220c1c4fc052f4
[2015-11-22 17:19:10 - news] Jar mismatch! Fix your dependencies
解決方案:
 把一個項目的android-support-v4.jar復制到另一個項目覆蓋原來的android-support-v4.jar

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

垫江县| 手机| 广昌县| 平顶山市| 遂昌县| 张家港市| 杭锦后旗| 墨玉县| 宁晋县| 呼和浩特市| 海宁市| 雅安市| 阳朔县| 克什克腾旗| 广宗县| 宁国市| 彭水| 莱芜市| 涿州市| 宿迁市| 玛多县| 尉氏县| 石景山区| 宜昌市| 衡南县| 儋州市| 南岸区| 两当县| 遵义市| 宁乡县| 乐安县| 长海县| 老河口市| 永修县| 兴国县| 台前县| 云梦县| 云和县| 平定县| 鄂州市| 红桥区|