androidmads / SQLite2XL

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

I cant import your library #18

Closed JuanIri1999 closed 5 years ago

JuanIri1999 commented 5 years ago

Hi, sorry for my english.. i try to put your library in android studio but i cant: Android studio show me this:

Failed to resolve: com.ajts.androidmads.SQLite2Excel:library:1.0.4

Can you solve this? Also, i try with 1.0.3 and 1.0.2 but show me the same error.

tarunkonda123 commented 5 years ago

try this app level implementation 'com.ajts.androidmads.SQLite2Excel:library:1.0.0' project level classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'

androidmads commented 5 years ago

Hi Devs, I have checked this issue. But the library imports perfectly. Do share your app/project level gradle code

androidmads commented 5 years ago

Import the following

implementation 'com.ajts.androidmads.SQLite2Excel:library:1.0.4'

tirumalarajajee commented 2 years ago

Hi , Same is the issue with my project, though syncing gradle but with no downloads of the class and project does'nt implement the class SQLiteToExcel, i even added classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' in project level, Kindly help

jesulo commented 2 months ago

Hi , Same is the issue with my project, though syncing gradle but with no downloads of the class and project does'nt implement the class SQLiteToExcel, i even added classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' in project level, Kindly help

Do you solve it? regards