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
Apparently, the R.java file gets generated prior to the build, but is not considered by the scala compiler because it's stored in build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r:
src/AprsService.scala:147: not found: value R
getString(R.string.service_once)
My workaround is to symlink the R.java file into the source dir, but as there are different paths for debug and release builds, I'm going to end up in hell for that.
The text was updated successfully, but these errors were encountered:
ge0rg
added a commit
to ge0rg/aprsdroid
that referenced
this issue
Mar 16, 2019
I'm using version 3.3.1 of the plugin fork by @AllBus (https://github.com/AllBus/gradle-android-scala-plugin), which doesn't have its own issue tracker.
Apparently, the R.java file gets generated prior to the build, but is not considered by the scala compiler because it's stored in build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r:
My workaround is to symlink the R.java file into the source dir, but as there are different paths for debug and release builds, I'm going to end up in hell for that.
The text was updated successfully, but these errors were encountered: