2022年3月15日 星期二

Android Drawable 轉 Bitmap

 


BitmapDrawable bd = (BitmapDrawable) track.getDrawable();
icon = bd.getBitmap();

沒有留言:

張貼留言

Android Studio IDE 錯誤

 :app:compile xxxxx JavaWithJavac FAILED An exception has occurred in the compiler (1.8.0_312). Please file a bug against the Java compiler ...