开发者

Libary missing in Android Build?

开发者 https://www.devze.com 2022-12-07 17:27 出处:网络
When I run my application in the emulator everything looks fine, if i run it on my phone, it\'s missing something.

When I run my application in the emulator everything looks fine, if i run it on my phone, it's missing something.

I have copied a lot of code from a working app. What is missing?

Phone

I have added the following libaries to my gradle

implementation "androidx.drawerlayout:drawerlayout:1.1.1"
implementation "androidx.gridlayout:gridlayout:1.0.0"
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "androidx.cardview:cardview:1.0.0"
implementation "androidx.navigation:navigation-fragment-ktx:2.5.3"
implementation "androidx.appcompat:appcompat-resources:1.5.1"开发者_StackOverflow社区

this did not solve the problem

0

精彩评论

暂无评论...
验证码 换一张
取 消