We're pleased to announce the release of a new version of the Android
SDK (m5-rc14).
Some of the new features in this release are:
- An updated Eclipse plugin with cool new features to ease
development and debugging
- A new UI interface
- A few new APIs and lots of bug fixes
> We're pleased to announce the release of a new version of the Android
> SDK (m5-rc14).
> Some of the new features in this release are:
> - An updated Eclipse plugin with cool new features to ease
> development and debugging
> - A new UI interface
> - A few new APIs and lots of bug fixes
> We're pleased to announce the release of a new version of the Android > SDK (m5-rc14).
> Some of the new features in this release are: > - An updated Eclipse plugin with cool new features to ease > development and debugging > - A new UI interface > - A few new APIs and lots of bug fixes
> We're pleased to announce the release of a new version of the Android
> SDK (m5-rc14).
> Some of the new features in this release are:
> - An updated Eclipse plugin with cool new features to ease
> development and debugging
> - A new UI interface
> - A few new APIs and lots of bug fixes
I see that there are no changes to the telephony package.
This is very disappointing, especially becuase we were told in the
Android coding day in Israel that the telephony package will be
updated soon...
We still cannot detect the ingoing/outgoing call number or send DTMF
tones properly...
Tomer.
On Feb 13, 7:57 pm, Megha <mjo...@google.com> wrote:
> We're pleased to announce the release of a new version of the Android
> SDK (m5-rc14).
> Some of the new features in this release are:
> - An updated Eclipse plugin with cool new features to ease
> development and debugging
> - A new UI interface
> - A few new APIs and lots of bug fixes
excited as I am I updated to the new SDK and got some problems (one
was that there seemed no update for the existing 0.3.0 package) and I
had to delete the projects and create them new in the 0.4.0 version.
The greatest issue I have with the 0.4.0 version is: The emulator
takes _lots_ of more time to load than the emulator of 0.3.0 (around 4
or 5 times longer, right now 210 seconds (!) until my own application
starts). This is not good for static or continously development.
Are there any others having these performance issues?
I'm using the latest SDK on Kubuntu 7.10.
> We're pleased to announce the release of a new version of the Android
> SDK (m5-rc14).
> Some of the new features in this release are:
> - An updated Eclipse plugin with cool new features to ease
> development and debugging
> - A new UI interface
> - A few new APIs and lots of bug fixes
This behavior usually means that you have the plugin installed in a similar (or more recent) version. This can even happen if the plugin is disabled. Go to Help >Software Updates > Manage Configuration. Make sure the 3rd icon from the left ("Show disabled features") is checked, and look for an android plugin in the tree on the left.
Uinstall any android plugin you find, and try installing again.
<mcreich...@googlemail.com> wrote: > excited as I am I updated to the new SDK and got some problems (one > was that there seemed no update for the existing 0.3.0 package) and I > had to delete the projects and create them new in the 0.4.0 version.
The plugin id was changed in version 0.3.3. Anyone upgrading from 0.3.0/0.3.1 to 0.4.0 will need to follow the steps that were provided when M3-RC37 was released (see http://code.google.com/android/intro/upgrading.html).
Short version: - uninstall the current plugin - install new plugin - convert your old projects to android (Android Tools > Convert to Android), and then fix them (Android Tools > Fix Project properties)