max314 / android-obd-reader

Automatically exported from code.google.com/p/android-obd-reader
0 stars 0 forks source link

Error Using MVN clean Package - Package R does not exist #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am really new to MAVEN.  I get the error below when I do a "MVN clean 
package" I am not sure what the error below means. Any input into this would be 
great.

I am using maven 3.0.4.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.
3.2:compile (default-compile) on project reader: Compilation failure
[ERROR] \android-obd-reader\obd-reader\src\eu\lighthouselabs\obd\reader\activity
\ConfigActivity.java:[52,30] error: package R does not exist

Original issue reported on code.google.com by junction...@gmail.com on 28 Jun 2012 at 11:30

GoogleCodeExporter commented 9 years ago
I had the same issue, I ended up creating a new Android project and set the 
project up from scratch.

Original comment by jih....@gmail.com on 8 Jul 2013 at 12:55

GoogleCodeExporter commented 9 years ago
This is going to be rewritten to use the new Android build system, Gradle.

Please follow https://github.com/pires/android-obd-reader/issues/4

Original comment by pjpi...@gmail.com on 24 Jul 2013 at 1:20