GithubHelp home page GithubHelp logo

drive-database-sync's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

drive-database-sync's Issues

Need update

very useful library, with new google drive not working, update needed, please help

Other Database types

It would be nice to use this library also in combination with other database types (e.g. NoSQL, File, etc.). There for it would be nice to have an abstraction layer between the sync and database.

IncompatibleClassChangeError:

void com.google.android.gms.common.api.GoogleApiClient.connect()' was expected to be of type interface but instead was found to be of type virtual (declaration of 'com.github.athingunique.ddbs.DriveSyncController' appears in /data/app/com.name.myapplication-1/split_lib_dependencies_apk.apk

Error while building even after updating keystore password on Windows

Hello,
I tried to build the code and I get following error even though I have updated build.gradle with correct keystore password. (Your code has password in gradle.properties and not in radle.properties.)

Error-
Error:(13, 1) A problem occurred evaluating project ':example'.

You should define KEYSTORE_PASSWORD and KEY_PASSWORD in gradle.properties.


My build.gradle is as follows-

apply plugin: 'com.android.application'

android {
signingConfigs {
releaseKeys {
try {
keyAlias 'android'
keyPassword android
storeFile file('C:\keystore.jks')
storePassword android
}
catch (ignored) {
throw new InvalidUserDataException("You should define KEYSTORE_PASSWORD and KEY_PASSWORD in gradle.properties.")
}
}
}
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.github.athingunique.ddbs_ex"
minSdkVersion 14
targetSdkVersion 22
versionCode 2
versionName "0.0.2"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.releaseKeys
}
debug {
signingConfig signingConfigs.releaseKeys
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.jakewharton:butterknife:6.1.0'

// Include this line to pull from the release repo
// compile 'com.github.athingunique:ddbs:0.0.4'
compile project(':ddbs')

}

Getting error: Error:Execution failed for task ':example:processDebugResources'. > Error: more than one library with package name 'com.github.athingunique.ddbs'

While compiling I am getting the following error:
Error:Execution failed for task ':example:processDebugResources'. > Error: more than one library with package name 'com.github.athingunique.ddbs'.

I have checked there are no duplicate declaration yet I get this error while compiling. Could you tell what could be duplicate?
--------- gradle file ----
apply plugin: 'com.android.library'
apply plugin: 'bintray-release'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
    minSdkVersion 14
    targetSdkVersion 23
    versionCode 2
    versionName "0.0.4"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}

}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.android.gms:play-services-drive:7.3.0'
compile 'com.github.athingunique:ddbs:0.0.5'
}

publish {
userOrg = 'athingunique'
groupId = 'com.github.athingunique'
artifactId = 'ddbs'
publishVersion = '0.0.5'
description = 'A Google Drive Sync Layer for Android SQLite Database'
website = 'https://github.com/athingunique/Drive-Database-Sync'
issueTracker = "${website}/issues"
repository = "${website}.git"

}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.