Giter Site home page Giter Site logo

libsimprints's People

Contributors

92alanc avatar aashaysimprints avatar alexandr-simprints avatar burningaxe avatar dependabot[bot] avatar ethiery avatar fbada006 avatar luhmirin-s avatar maxsimprints avatar meladraouf avatar philomates avatar ridwan-standing-by avatar tfabio avatar tristramn avatar tsuharesu avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libsimprints's Issues

Supplied proguard file does not work

Using the proguard file supplied at https://github.com/Simprints/LibSimprints/blob/master/proguard-rules.pro, I get the following error:

android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.simprints.libsimprints.Registration
        at android.os.Parcel.readParcelableCreator(Parcel.java:2438)
        at android.os.Parcel.readParcelable(Parcel.java:2359)
        at android.os.Parcel.readValue(Parcel.java:2265)
        at android.os.Parcel.readArrayMapInternal(Parcel.java:2620)
        at android.os.BaseBundle.unparcel(BaseBundle.java:221)
        at android.os.BaseBundle.containsKey(BaseBundle.java:269)
        at android.content.Intent.hasExtra(Intent.java:6047)
        ...

I found the following proguard configuration to work successfully:

-keep class * implements android.os.Parcelable {
    *;
}

Gradle wrapper's `gradle` directory is missing

Checking out the project and running gradle wrapper gives the following error:

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

It appears that the gradle directory normally included with gradlew has not been committed.

As per gradle docs at https://docs.gradle.org/current/userguide/gradle_wrapper.html:

Example 5.3. Wrapper generated files

Build layout

   simple/
     gradlew
     gradlew.bat
     gradle/wrapper/
       gradle-wrapper.jar
       gradle-wrapper.properties

All of these files should be submitted to your version control system.

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.