Results 8 comments of LST

https://github.com/stormzhang/android-interview-questions-cn/pull/25 已发起Pull Request

@ph77894456 Change the source code and rebuild. Are you Chinese? May be this report will help you: https://github.com/lisongting/weloveinterns/blob/master/reports/YOLO-in-Android.md

I am sorry.I don't have the report in English .

Paste your crashed log in Logcat and let me see. If you can‘t see any log information after crashing happened.Click`Tools` ->`Android` ->`Android Device Monitor `. Then you can see the...

add ``` aaptOptions { noCompress 'pb' } ``` to build.gradle.

Have you downloaded the .pb file and added into your project?

I ran into the same problem after loading kotlin-koans into Android Studio 3.0.1. No solution found yet.

I found a method to solve this problem. ![2018-01-30_224732](https://user-images.githubusercontent.com/19706962/35572967-c5c5e0fc-0610-11e8-8c9a-1cc1e104fe77.jpg) After several seconds, then you will see something like this. ![2018-01-30_224801](https://user-images.githubusercontent.com/19706962/35573007-d5a14bce-0610-11e8-90f5-29494e29b97f.jpg) Click the left green button of every test class ,...