You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
newAppUpdater(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
The text was updated successfully, but these errors were encountered:
Details
2.x.x
7.1.1
LG
Nexus 5X
Builder
Reproduction Steps
Expected Result
For the MainActivity to run
Actual Result
Build 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
The text was updated successfully, but these errors were encountered: