Results 2 issues of Skinner Cheng

Below is the detailed log: ``` 03-18 05:06:16.608 13927-13927/ xxxx D/dalvikvm: Trying to load lib /data/app-lib/ xxxx-1/libsnappydb-native.so 0xa5012ad8 03-18 05:06:16.608 13927-13927/ xxxx D/dalvikvm: Added shared lib /data/app-lib/ xxxx-1/libsnappydb-native.so 0xa5012ad8 03-18...

I added simpleslackapi-0.5.1.jar in Android Studio libs/ of my project, and tried to use bot to send message to a specific channel: ``` SlackSession session = SlackSessionFactory.createWebSocketSlackSession(bot_token); session.connect(); SlackChannel channel...