Rob
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 3
-
Rob 进行了评论, -
Rob 创建了一个帖子, 已回答Correct way to log to console using Kotlin and Android?
I've created a new application in IntelliJ using the Android generator (Kotlin). I'm trying to log to the console using Kotlin's `print` and Java's `Log` class with no success:class MainActivity : ... -