Re: [android-developers] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Luca Morettoni
don't contain some external lib; in my project I use AdMob sdk, but compiling the project with the new plugin it doesn't include external jar files... PS: I updated the Android SDK tools to revision 17 too... -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca

Re: [android-developers] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Luca Morettoni
On Thu, Mar 22, 2012 at 12:03 PM, Mark Murphy mmur...@commonsware.com wrote: You can try: http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17 thanks! -- Luca Morettoni luca(AT)morettoni.net | http://www.morettoni.net gtalk/msn: luca(AT)morettoni.net | http

[android-developers] getting View reference from Intent

2010-09-09 Thread Luca Morettoni
(android.R.drawable.ic_menu_mapmode)) .setContent(i); tabHost.addTab(tabSpec); now I need to access the MapView to set some Overlay on that map but if I try to do this: MapView mapView = (MapView) findViewById(R.id.myMap); the reference is always null, which is the right way? Thanks!!! -- Luca Morettoni