JakeWharton / u2020

A sample Android app which showcases advanced usage of Dagger among other open source libraries.
https://www.youtube.com/watch?v=0XHx9jtxIxU
Apache License 2.0
5.68k stars 930 forks source link

Build error #315

Open duckmoon opened 7 years ago

duckmoon commented 7 years ago

I got an error when run app! It showed could not find symbol. symbol: variable nullL, in u2020-master/app/src/internalDebug/java/com/jakewharton/u2020/ui/debug/DebugView.java 9333a4c1-588d-42c1-a9f8-0bf4cd17666a

JakeWharton commented 7 years ago

Did you clone the repo with git? The timestamp of the latest commit returned null which caused the build problem.

duckmoon commented 7 years ago

@JakeWharton , I imported the project locally after downloading. Is this way ok?

JakeWharton commented 7 years ago

By downloading you mean something other than cloning with git?

duckmoon commented 7 years ago

I download from here, and then imported into Studio 45d714de-ae0b-4a5d-8acd-a7273e859d5e

JakeWharton commented 7 years ago

Currently the project requires that you clone it with git. It's something that could be relaxed, though.