Fixed ResourceNotFound on 2.2 android, bad packaging...
This commit is contained in:
parent
b79681fd53
commit
d0e5ad3d4b
1 changed files with 9 additions and 4 deletions
|
@ -107,10 +107,15 @@
|
|||
</aapt>
|
||||
|
||||
<!-- osmchange -->
|
||||
<echo>Packaging extra raw resources...</echo>
|
||||
<zip destfile="${out.absolute.dir}/${resource.package.file.name}"
|
||||
basedir="${raw.absolute.dir}"
|
||||
update="true" />
|
||||
<echo>Packaging aditional OsmAnd resources and assets... to ${out.packaged.file} from ${raw.absolute.dir}</echo>
|
||||
<exec executable="${aapt}">
|
||||
<!-- failonerror="true"> -->
|
||||
<arg value="package" />
|
||||
<arg value="-u" />
|
||||
<arg value="-F" />
|
||||
<arg value="${out.absolute.dir}/${resource.package.file.name}" />
|
||||
<arg value="${raw.absolute.dir}" />
|
||||
</exec>
|
||||
<!-- osmchange -->
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in a new issue