Open redwerk opened 8 years ago
Hi @pedrovgs , Sorry for the long delay response. I've changed quotes as you wanted. Changing from target sdk from 19 to 20 was a mistake, sorry about that. Fixed too. getSupportActionBar() now can be found be compiler.
Thanks!
Sorry for the delay @redwerk, I've been out for some time. You have some checkstyle issues. Can you review it and fix it to get the build working on travis?
@pedrovgs, I've updated this fix, but it fails again and again, i guess you have to update gradle wrapper to 2.8 version, because everything is ok on my machine and device.
Seems related to the Travis-CI configuration. This is the failure output > failed to find target with hash string 'android-23' in: /usr/local/android-sdk
Can you take a look?
Hi @redwerk can you also review the usage of the method
getSupportActionBar()
The code is not compiling because the compiler can't find this method.