pitate7777777 / maven-android-plugin

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

Apk R.class files have non-final ints #392

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I thing a lot of problems can be solved by adding generateNonFinalIntsR flag or 
something like this into plugin configuration. In my project even in apk lib we 
don't need non final ints, because compiler fail on compiling code like this: 
@InjectView(R.id.login_pin).

What version of maven-android-plugin are you using?
3.6.0

What are the complete output lines of "mvn -version" on your machine?
Java version: 1.7.0_21, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"

Original issue reported on code.google.com by petr.pop...@gmail.com on 3 Jun 2013 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by mosa...@gmail.com on 31 Dec 2013 at 7:15