-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error #28
Comments
It comes from the Line 3 in 678f3f3
|
Got it! My bad, sorry! Many thanks! |
I'm in Android Studio 3.01... the program can't seem to find RecyclerView Even copying and pasting the code from the git returns that RecyclerView cannot be found, and if you type import.android.support.v7.widget.RecyclerView, it doesn't autocomplete, nothing even close under widget... was it removed by chance? |
Ok... anybody who gets this problem, add the following to your build gradle (the app one): |
Yeah, to use the Was that your problem, or did you have to add also that line to make it work? In the past I've found myself having issues to get that library detected, solved by doing several project cleans. |
/com.example.user.weatherkotlin E/RecyclerView: No adapter attached; skipping layout |
Kotlin-for-Android-Developers/app/src/main/java/com/antonioleiva/weatherapp/data/db/DbDataMapper.kt
Line 9 in c72118e
Where does the id come from?
The text was updated successfully, but these errors were encountered: