androidmads / SQLite2XL

Library to Convert SQLite to Excel and Vice-Versa
MIT License
166 stars 58 forks source link

Cannot resolve symbol 'SqliteToExcel' #16

Closed ajinkya5130 closed 5 years ago

ajinkya5130 commented 6 years ago
compile 'com.ajts.androidmads.SQLite2Excel:library:1.0.3'

is showing problem in build.gradle (Failed to resolve: com.ajts.androidmads.SQLite2Excel:library:1.0.3)

so i changed from compile 'com.ajts.androidmads.SQLite2Excel:library:1.0.3' to compile 'com.ajts.androidmads.SQLite2Excel:library:1.0.2'

after that it shows Cannot resolve symbol 'SqliteToExcel' in OnCreate method

androidmads commented 5 years ago

Fixed this issue