Brian Conrad <brianjtools <at> gmail.com> writes: > > Also a word of warning that r14 and r15 are works in progress. Many of > us have discovered lots of stuff that is broken, some which is promised > to be fixed in r16. > > Perhaps the development team might want to survey developers about > changes next time. They weren't aware that many of us were using > project referenced source code as a library rather than jars. In fact I > believe I picked up the technique from one of their blog articles. > There are some neat tricks you can do with this method like bury things > in your LVL code that your app library references to make sure your code > was run instead of an end run being done around it. You can use a > definition class to create different builds from the same set of source. > Say for instance using a build for LVL and then a build for another app > store with a different DRM. I could also turn on and off certain > features or even menu items that way. Now I'm having to try different > solutions to solve these problems. > > A good senior manager would have questioned the advisability of changing > things so much. > > On 11/04/2011 05:37 AM, Dan Harding wrote: > > Brand new developer to Android (30+ years experience elsewhere). > > > > Have AVD Manager and SDK Manager installed. Running on Windows Vista. > > Following online instructions to install ADT plugin. Get far enough > > to select Developer Tools from within Eclipse, but get the following > > message: > > > > Cannot complete the install because one or more required items could > > not be found. > > Software currently installed: Shared profile 1.0.0.1316138460759 > > (SharedProfile_epp.package.java 1.0.0.1316138460759) > > Missing requirement: Shared profile 1.0.0.1316138460759 > > (SharedProfile_epp.package.java 1.0.0.1316138460759) requires > > 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be > > found > > > > Help->About Eclipse yields: > > > > Eclipse IDE for Java Developers > > > > Version: Indigo Service Release 1 > > Build id: 20110916-0149 > > (c) Copyright Eclipse contributors and others 2000, 2011. All rights > > reserved. > > Visit http://eclipse.org/ > > > > This product includes software developed by the > > Apache Software Foundation http://apache.org/ > > > > ------ > > > > What am I missing? > > >
Important thing to remember about ANDROID SDK (ADK) Google updates the ADK very often, so keep looking – www.developer.android.com/sdk/index.html. Click on the ADT Plugin for Eclipse, always use the latest plugin. It will take you to the page with address – http://developer.android.com/sdk/eclipse-adt.html , it’s going to tell you what’s the latest version is and also introduce you with the series of changes in the new version. Downloading and installing the ADK So, the first step in setting up the environment is to download the Android SDK from the URL – http://developer.android.com/sdk/index.html , from there you can get option for download for windows, Mac OS X, Linux. Now the thing which is pending, is to download right version of Eclipse for Java "Helios-SR2". Download the Eclipse "Helios-SR2" version from the URL - http://www.eclipse.org/downloads/packages/release/helios/sr2 . Hereafter, follow the steps mentioned in URL - http://developer.android.com/sdk/eclipse-adt.html Hope this will help you, Brian to solve the problem. Right version might be missing. Thanks!, Himanshu Rawal -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
