With the new ADT plugins, it is the default behavior (to speed up build time) to not generate the .apk on every build. Note that a build is triggered every time a file is changed and saved as well and this dramatically increases the build time. So, the change is to skip the resource packaging step by default. You can generate the .apk by doing a File --> Export --> Android --> "Export as Android Application" ...
You can also restore the original behavior of generating the .apk automatically. More information on that is shown here: http://tools.android.com/recent/finercontroloveradtbuildprocess On Nov 6, 12:55 am, lokesh gupta <[email protected]> wrote: > Hi, > > There is certainly some problem with your set up. Take a fresh sdk and > check the > target version of the hello world app. > > > > > > > > > > On Sat, Nov 5, 2011 at 1:54 AM, Asaf Koski <[email protected]> wrote: > > Hi, > > > I've developed Android for a while now, using WIN7 64bit and Eclipse. > > Since I've tried to install the new ADT (1.5), I get a very weird > > phenomena. My build doesn't complete, and doesn't generate the APK > > file, nor the dex files. > > the class files are created, but nothing else. > > > Also, there is no warning or error neither at the output or the > > Eclipse log. > > > The problem didn't occur immediately, but only after 1 or 2 good > > builds. > > Even if I create a simple project, the same thing happens. > > > I didn't find anything useful on the net. > > I've re-downloaded Eclipse, the SDK, ADT, and started all over again, > > and got the JRE7 compatibility issue (function ... must override). > > I guess I got a Java SE update, and lost the old JRE. So I've > > downloaded JRE6, changed the compliance issue, and set it and the > > environment, and got back to square 1 :) > > > The build process starts, reaches 50% or 75%, suddenly stops, and no > > apk or dex files are created. > > Even for new empty helloWorld projects. > > > Can someone please help? I have no idea how to proceed. > > > Thanks > > > -- > > 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 > > -- > Thanks & Regards > Lokesh Gupta -- 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

