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

Import project lib to gradle and run #220

Open
4 tasks done
ivasku opened this issue Mar 24, 2022 · 0 comments
Open
4 tasks done

Import project lib to gradle and run #220

ivasku opened this issue Mar 24, 2022 · 0 comments

Comments

@ivasku
Copy link

ivasku commented Mar 24, 2022

  • 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

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

1 participant