On Tue, Sep 28, 2010 at 7:11 PM, Mark Murphy wrote:
> On Tue, Sep 28, 2010 at 9:34 AM, android developer
> wrote:
> > I already done this.. but still i am getting same error..
> > NoClassDefFoundError..
>
> Make sure you are running in an AVD (or on a device) that has Google Maps.
>
> --
> Mark M
You must to define in the manifest the class...
On 28 September 2010 15:34, android developer wrote:
> I already done this.. but still i am getting same error..
> NoClassDefFoundError..
>
> In build what we should choose google api or adnroid api. Can you
> please tell me how did you solve?
On Tue, Sep 28, 2010 at 9:34 AM, android developer
wrote:
> I already done this.. but still i am getting same error..
> NoClassDefFoundError..
Make sure you are running in an AVD (or on a device) that has Google Maps.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/com
I got the answer..
Its because I am using android API level.. instead We should use
Google API level...
On Aug 4, 9:59 pm, JR wrote:
> I got this error and it was caused from the:
>
> Being missing from my Manifest.xml, it needs to be within the
> tag.
> I agree it is odd to get a NoC
I already done this.. but still i am getting same error..
NoClassDefFoundError..
In build what we should choose google api or adnroid api. Can you
please tell me how did you solve?
Thanks
On Aug 4, 9:59 pm, JR wrote:
> I got this error and it was caused from the:
>
> Being missing fro
I got this error and it was caused from the:
Being missing from my Manifest.xml, it needs to be within the
tag.
I agree it is odd to get a NoClassDefFoundError... but there it is!
On Jul 29, 12:45 am, Steve Howard wrote:
> On Mon, Jul 26, 2010 at 10:44 AM, Pravin Parulekar wrote:
>
> >
On Tue, Jul 27, 2010 at 1:05 PM, Pravin Parulekar wrote:
> I have tried all those options...including one of creating a separate
> new project with just two activities in it...one calling the other!
> For all other types of activities it worksand MapActivity is the
> only odd man out...
>
At
If anybody can share a simple two class eclipse project where this
works, that would be awesome...In case my particular problem is not
common and easy to trouble shoot.
Thank you all so much.
Rgds, PP
On Jul 26, 10:44 pm, Pravin Parulekar wrote:
> When I try the above,
> I get a class not fou
I have tried all those options...including one of creating a separate
new project with just two activities in it...one calling the other!
For all other types of activities it worksand MapActivity is the
only odd man out...
Do you think that there is a remote possibility of an issue with 2.2?
D
On Tue, Jul 27, 2010 at 3:47 AM, Pravin Parulekar wrote:
> Intent i = new Intent(MainListingA.this, DrawTheatreMap.class);
The only thing that sticks out from this is the fact that you're scoping
"this". Are you doing this in an inner class or something? Not that is
should really matter, I don't
Let me share more details:
MainListingA is a class that extends ListActivity. In it I have a
simple onclick event that triggers the initialization of the new
intent.
Intent i = new Intent(MainListingA.this, DrawTheatreMap.class);
When I use any other activity (except for DrawTheatreMap.class) as
11 matches
Mail list logo