Skip to content

Import project lib to gradle and run #220

@ivasku

Description

@ivasku
  • I have verified there are no duplicate active or recent bugs, questions, or requests.
  • I have verified that I am using the latest version of AppUpdater.
  • I have given my issue a non-generic title.
  • I have read over the README, Wiki and FAQs (before asking questions on how to do something).
Details
  • PiracyChecker version: 2.x.x
  • Device OS version: 7.1.1
  • Device Manufacturer: LG
  • Device Name: Nexus 5X
Builder
new AppUpdater(this)
   ...
   .start();
Reproduction Steps
  1. Download project
  2. Import to Android studio
  3. build the project
Expected Result

For the MainActivity to run

Actual Result

Build error:

Task :app:compileDebugJavaWithJavac FAILED
/Users/a/Downloads/AppUpdater-master/app/src/main/java/com/github/javiersantos/appupdater/demo/MainActivity.java:15: error: package com.github.javiersantos.appupdater.demo.databinding does not exist
import com.github.javiersantos.appupdater.demo.databinding.ActivityMainBinding;
^
error: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: android.databinding.annotationprocessor.ProcessDataBinding Unable to get public no-arg constructor
2 errors

Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: android.databinding.annotationprocessor.ProcessDataBinding Unable to get public no-arg constructor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions