Libary missing in Android Build?
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
精彩评论