find . -name R.java Remove the duplicates
On Thu, Nov 6, 2014, 9:11 AM Perry Nguyen <[email protected]> wrote: > Use only one or the other, if auto build doesn't work, only use the > androidBuild settings > > On Thu, Nov 6, 2014, 9:00 AM alessio crestani <[email protected]> > wrote: > >> [info] Compiling 111 Scala sources and 140 Java sources to >> /Users/alessio.crestani/Documents/repos/fourmeandroidapp/target/ >> android-bin/classes... >> [error] /Users/alessio.crestani/Documents/repos/fourmeandroidapp/target/ >> android-gen/it/newvision/fourme/BuildConfig.java:6: BuildConfig is >> already defined as object BuildConfig >> [error] public final class BuildConfig { >> [error] ^ >> [error] /Users/alessio.crestani/Documents/repos/fourmeandroidapp/target/ >> android-gen/it/newvision/fourme/Manifest.java:10: Manifest is already >> defined as object Manifest >> [error] public final class Manifest { >> [error] ^ >> [error] /Users/alessio.crestani/Documents/repos/fourmeandroidapp/target/ >> android-gen/it/newvision/fourme/R.java:10: R is already defined as >> object R >> [error] public final class R { >> [error] ^ >> [error] three errors found >> [error] (compile:compile) Compilation failed >> [error] Total time: 15 s, completed 6-nov-2014 17.59.24 >> > >> >> Il giorno giovedì 6 novembre 2014 17:29:00 UTC+1, pfn ha scritto: >> >>> According to your log, you did not apply the AutoBuild or the >>> androidBuild change. >>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "scala-on-android" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
