Unresolved reference: DrawImage

后端 未结 3 1215
半阙折子戏
半阙折子戏 2020-12-21 12:09

I\'m trying call DrawImage() on my code, I\'m following this tutorial Jetpack Tutorial,

But I\'m getting this error.:

Unresolved reference: Dr

3条回答
  •  抹茶落季
    2020-12-21 12:49

    You can see the latest composeOptions for the correct build here.

    But keep in mind that the library API can vary greatly from version to version, and it would be better to take a look at the official example to examine the use of the Compose library.

    Don't forget to switch the repository to the right branch corresponding to the latest version of the library (for example, at the time of the answer it's dev05 branch).

提交回复
热议问题