Resources resources = MyWatchFace.this.getResources();
Drawable backgroundDrawable= resources.getDrawable(R.drawable.face1, null);
mBackgroundBitmap=((BitmapDrawable)backgroundDrawable).getBitmap();
当我在模拟器上运行表盘时出现错误,我的意思是,表盘运行但在日志文件中我有一个错误:
“06-20 18:56:12.025 7540-7548/?E/art:写入握手字节失败(-1 of 14):管道损坏”。
还有我试图安装的表盘背景,它不能正确缩放,我会上传一张图片,但我需要至少 10 个代表。