Hi.
I found another serious issue, which was started in the 3.5.2 but I don't check it :-(
It is related to .so dependencies.
I have in project this dependency
<dependency>
<groupId>com.securemedia</groupId>
<artifactId>msc-api</artifactId>
<version>3.4.3</version>
</dependency>
and this library has many .so dependency like
<dependency>
<groupId>com.securemedia</groupId>
<artifactId>libIPRM_Common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
<type>so</type>
</dependency>
And starting from 3.5.2 .so files are not inserted to the final .apk. Also target/libs is completely empty
I also tried put the .so dependencies directly to my main pom.xml a the same problem.
So .so dependencies are completely broken from 3.5.2
Dne středa, 10. dubna 2013 18:11:16 UTC+2 Manfred Moser (simpligility) napsal(a):