Hello,
I want to use my elements compiled .jar in Android studio and with many dependencies I have error reading /Users/mateusz/inprax/Android/biblioteki/inpx_android_wspolnex/Bin/Debug/inpx_android_wspolnex.jar; line too long
Hmm. this sounds like the compiler generates a bad/invalid .jar? it would be good if we can see this jar (at least), or possibly even the project that generates it, so I can log an issue for the compiler team. It’s a bit odd though, as a .jar is just a .zip file with java .class files.
What do you get when you run ebuild --dump on the.jar?
Hmm, .jar files don’t contain the Android .manifest file, afaik? or do you mean the MANIFEST.MF file? i don’t see any super-long lines in that file (but again, seeing the jar might help).
(can I comment again what a stinking mess the Android tool chain is? a file length limit if 72? who invests this stuff?)