Hi all,
> I am trying compile my project using sdk 2.3 but it's showing the message
> error below.
>
>
> *
>
> package-resources:
> [echo] Packaging resources
> [aaptexec] Creating full resource package...
>
> release:
> BUILD FAILED/var/lib/hudson/.androidbuild/generic_build.xml:1073: apkbuilder
> doesn't support the "basename" attribute
>
>
>
>
> Please could you help me?
>
> Note: It worked using sdk 2.1.But using sdk 2.3 no.
>
>
>
>
>
> Follow my target release :
>
>
>
> <target name="release" depends="dex-rel, package-resources">
>
> <apkbuilder outfolder="${out-folder}"
> basename="${project-name}"
> signed="false"
> verbose="true">
>
> <file path="${intermediate-dex}"/>
> <sourcefolder path="${source-folder}"/>
> <jarfolder path="${external-libs-folder}"/>
> <nativefolder path="${native-libs-folder}"/>
>
> </apkbuilder>
> <!-- Hardcoded to suffix with -unsigned.apk, remove the -unsigned
> suffix-->
> <!-- We need to have both signed and unsigned apks ...
> <move file="${out-folder}/${project-name}-unsigned.apk"
>
> tofile="${out-folder}/${project-name}.apk"/>
> -->
> </target>
>
>
>
>
>
> Thanks in Advance
>
>
>
> Best Regards
>
> Fabio
>
> *
>
>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en