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


Looks like there's at least one similar in gnu.lists.U8Vector:

EXCEPTION FROM SIMULATION: local variable type mismatch: attempt to
set or access a value of type int using a local variable of type
gnu.lists.U8Vector. This is symptomatic of .class transformation
tools that ignore local variable information.

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

I've attached the complete build output to this email.

Thanks,

Marius K.

On 07/11/2013 11:53 PM, Per Bothner wrote:
On 07/10/2013 11:56 PM, Marius Kjeldahl wrote:
I took a brief look at it myself and evaluated making a stab at it
myself. From your explanation, I am glad I did not. ;-) When/if you
find a workaround, I can probably contribute to making Kawa and
Gradle work together, but until then I doubt I can be of much
help.

Please try again now.

Attachment: buildoutput.txt
Description: Text document


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