This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kawa with Android Studio and Gradle


On 07/11/2013 03:29 PM, Marius Kjeldahl wrote:
In addition there's now 656 warnings like these ones (the first two):

trouble processing:
bad class file magic (cafebabe) or version (0033.0000)
...while parsing gnu/bytecode/ExceptionsAttr.class
...while processing gnu/bytecode/ExceptionsAttr.class

trouble processing:
bad class file magic (cafebabe) or version (0033.0000)
...while parsing gnu/bytecode/Scope.class
...while processing gnu/bytecode/Scope.class

You may need to pass '-target 6' to the javac command-line.
Not sure the best way to do that, but perhaps you can experiment.
Perhaps:
   JAVACFLAGS='-g -target 6' ./configure --with-android xxxx

--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]