Questions tagged [okbuck]

5 questions
3
votes
1 answer

OkBuck is not working with Android Jetifier with zero dependencies

I am trying to use okbuck with Android Studio 3.3, but I got stuck on AndroidX. When I convert all dependencies to androidx and set: android.enableJetifier=true android.useAndroidX=true With running I get the following error: ./buckw install --run…
Majkeee
  • 960
  • 1
  • 8
  • 28
1
vote
0 answers

Loading Annotation Processors as plugins in BUCK

I am exploring the usage of annotation processors using Buck for android. It doesn't give me the annotated elements every time when something changes in the java library. I've used it as a plugin - android_library(..., plugins =…
rahul.taicho
  • 1,339
  • 1
  • 8
  • 18
0
votes
1 answer

Error while trying to use OKBuck in my App

I am getting the following error when trying to OKBuck to build my app. The following resources were not found when processing Pair(//app:res_googleRelease#resources-symlink-tree, buck- out/gen/app/res_googleRelease#resources-symlink-tree/res):…
teej2542
  • 577
  • 3
  • 10
  • 27
0
votes
1 answer

Accessing R.java using java test in BUCK

While migrating our build tool to Buck, we stumbled upon the following issues for the unit tests in Android: Our tests for the view model need to access R.java for asserting the right resources are referenced. We used the java_test rule but it…
Nazneen
  • 266
  • 3
  • 16
0
votes
1 answer

Buck/OkBuck: DexGuard integration not working

I have been using DexGuard successfully with Gradle in Android Studio without any issues. I recently tried my hands on OkBuck to speed up my build time and it really helped me. Although it is able to build debug and signed APKs for me, but when I…
Kamran Ahmed
  • 7,661
  • 4
  • 30
  • 55