Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception File or directory app/libs', not found #30

Open
betwar512 opened this issue Sep 30, 2020 · 1 comment
Open

Exception File or directory app/libs', not found #30

betwar512 opened this issue Sep 30, 2020 · 1 comment

Comments

@betwar512
Copy link

Hey Stephan , I am fan of your work , using this library pretty much from the start of our company's android project , couple of years back.
I'm releasing a new version after a year or so.I updated all of my library and plugins , unfortunately plugin is not working for me anymore , I had issues in the past with it but I was be able to generate file and also had a file reader write to copy generated file to main xml file, but this time is throws exception and exit with error 1.
when I traced it exception is:
File or directory app/libs', not found
I'm using :


buildscript {
    repositories {
        jcenter()
        google()
        mavenCentral()
        maven { url 'https://maven.google.com' }

    }
    dependencies {
        classpath 'com.android.tools.build:gradle:4.0.1'
        classpath 'com.google.gms:google-services:4.3.3'
        classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
        classpath ('com.google.firebase:perf-plugin:1.3.1') {
            exclude group: 'com.google.guava', module: 'guava-jdk5'
        }
        classpath "org.ajoberstar:grgit:2.2.0"
        classpath 'org.hidetake:gradle-ssh-plugin:2.9.0'
       classpath 'com.github.stephanenicolas.ormgap:ormgap-plugin:3.0.5'

    }

and

apply plugin: 'com.android.application'

apply plugin: "com.google.gms.google-services"
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'com.google.firebase.firebase-perf'
apply plugin: 'ormgap'

I was wondering, are you still maintaining this project as I know most of people are moving to Room and abandoning ORMLite?

@stephanenicolas
Copy link
Owner

stephanenicolas commented Sep 30, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants