Xavier,

Yes I confirm that if you are using subversion and having a "libs" dir
in which you have:

- your jar libraries
- the .svn dir

then the build just crap out with ADT 0.9: the resulting .apk contains
everything except the signature and if you "zip -T project.apk" you
will see that the apk file is considered as non valid.

This leads too to the EOCD error you see when trying to push the
broken apk file to an emulator or a device.

When can we expect a fix for this issue ?

Fabrice

PS:

btw I have seen other issues with ADT 0.9: the auto generated resource
file is not generated if you AndroidManifest file is containing <uses-
sdk minSdkVersion="2"> instead of  <uses-sdk
android:minSdkVersion="2">
This was working  with SDK1.1 but with SDK1.5 you need to use the
"android:" prefix

On Apr 29, 11:24 am, Xavier Ducrohet <[email protected]> wrote:
> OK, we have identified a problem where files with no extension in this
> folder make the build system break.
> Even if you don't have files in there, the presence of a .svn folder
> in there can cause the issues.
>
> If you use that folder to store jar libraries. I would just move those
> jar files to a different folder (the issue is only with the folder
> named "libs" and the jar files can be anywhere as long as they are
> added to the project build path).
>
> We have fixed the problem and are looking at possibly releasing an
> update to ADT soon.
>
> Xav
>
>
>
> On Wed, Apr 29, 2009 at 7:33 AM, Josh Dobbs <[email protected]> wrote:
> > Yes I do have a libs folder in the project.
>
> > On Tue, Apr 28, 2009 at 10:45 PM, Xavier Ducrohet <[email protected]> wrote:
>
> >> Do you have a libs folder in your project?
>
> >> Xav
>
> >> On Tue, Apr 28, 2009 at 9:07 PM, Josh <[email protected]> wrote:
>
> >> > I upgraded to version 1.5 of the sdk and now when i try to run or
> >> > debugg apps i get the following error:
>
> >> > [2009-04-28 21:02:58 - Targets] ------------------------------
> >> > [2009-04-28 21:02:58 - Targets] Android Launch!
> >> > [2009-04-28 21:02:58 - Targets] adb is running normally.
> >> > [2009-04-28 21:02:58 - Targets] Could not find Targets.apk!
>
> >> > Im running eclipse 3.4 and i followed the directions listed here
> >> >http://developer.android.com/sdk/1.5_r1/upgrading.html
>
> >> > any suggestions?
>
> >> --
> >> Xavier Ducrohet
> >> Android Developer Tools Engineer
> >> Google Inc.
>
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to