-
Notifications
You must be signed in to change notification settings - Fork 421
Description
- 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
- Download project
- Import to Android studio
- 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