Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
i can't solve this silly problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
JamesWang  
View profile  
 More options Nov 16 2007, 10:59 am
From: JamesWang <sesame84.stud...@sina.com>
Date: Fri, 16 Nov 2007 07:59:58 -0800 (PST)
Local: Fri, Nov 16 2007 10:59 am
Subject: i can't solve this silly problem
Most of the time , when i start the emulator, i see only the Home-
Screen, and my app is in the application list either. But a few times
it works fine.
the console says: "ActivityManager: Error: Activity class
{njust.dorm.pack1/njust.dorm.pack1.pro1} does not exist."

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omanthey  
View profile  
 More options Nov 16 2007, 11:50 am
From: omanthey <omant...@googlemail.com>
Date: Fri, 16 Nov 2007 08:50:32 -0800 (PST)
Local: Fri, Nov 16 2007 11:50 am
Subject: Re: i can't solve this silly problem
hi,

have you already solved this problem ?
I have the same problem but everytime i start an application.

On Nov 16, 4:59 pm, JamesWang <sesame84.stud...@sina.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
plusminus  
View profile  
 More options Nov 16 2007, 11:59 am
From: plusminus <stoeps...@gmx.de>
Date: Fri, 16 Nov 2007 08:59:48 -0800 (PST)
Local: Fri, Nov 16 2007 11:59 am
Subject: Re: i can't solve this silly problem
Perhaps you did rename your "MainClass-File".java somewhen?
Did you check whether the AndroidManifest.xml
contains the correct Package
"... package="org.anddev.android.Hello_Android">"
AND the correct "Entry-Point":
"<activity class=".Hello_Android""
?

Regards, plusminus
http://anddev.org  |  Android Development Community / Tutorials

On Nov 16, 4:59 pm, JamesWang <sesame84.stud...@sina.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ZA_Alligator  
View profile  
 More options Dec 6 2007, 1:17 pm
From: ZA_Alligator <alasdair.mcc...@gmail.com>
Date: Thu, 6 Dec 2007 10:17:07 -0800 (PST)
Local: Thurs, Dec 6 2007 1:17 pm
Subject: Re: i can't solve this silly problem
Hi,

Here's a "solution" I found at http://www.dr-chuck.com/csev-blog/2007_11.html.

Basically he says you are doomed, and must simply copy and paste your
code into a new project.

Good luck, I hope someone solves this problem.

Regards, Al.

On Nov 16, 6:59 pm, plusminus <stoeps...@gmx.de> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Bryant  
View profile  
 More options Jan 6 2008, 1:43 pm
From: Andy Bryant <andybry...@gmail.com>
Date: Sun, 6 Jan 2008 10:43:55 -0800 (PST)
Local: Sun, Jan 6 2008 1:43 pm
Subject: Re: i can't solve this silly problem
I saw this error today, but didn't need to recreate my project to fix
it.

I had added a provider to my AndroidManifest.xml that had an invalid
class attribute. This wasn't picked up at compile time in Eclipse
(like a mistyped activity is) so resulted in this error appearing on
the console.

FYI, I'd used:
        <provider class="provider.FooProvider"
            android:authorities="org.foo.provider.Foo" />
instead of: (note the . at the start of the class attribute value)
        <provider class=".provider.FooProvider"
            android:authorities="org.foo.provider.Foo" />

It's worth looking at the emulator log when weird stuff like this
happens. It's often very useful. Add ANDROID_HOME/tools to your path
and try:
adb logcat

In this case the following error shows me what went wrong:
W/PackageParser(  465): /data/app/Foo.apk (at Binary XML file line
#7): Using absolute class name provider.FooProvider in package
org.foo; not supported yet!

Cheers,
Andy Bryant

On Dec 6 2007, 6:17 pm, ZA_Alligator <alasdair.mcc...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
snowtiger  
View profile  
 More options Jan 7 2008, 9:47 am
From: snowtiger <snowti...@gmail.com>
Date: Mon, 7 Jan 2008 06:47:51 -0800 (PST)
Local: Mon, Jan 7 2008 9:47 am
Subject: Re: i can't solve this silly problem
When I have the "class does not exist" problem, I just remove the app
from the emulator and kill all running. After an app-restart all
should be fine.
To remove your app type in a command window: "adb shell" -> "cd data/
app" -> "rm Your_app.apk" -> "exit" (while emulator is running) and
kill after this with: "adb kill-server".

On Jan 6, 7:43 pm, Andy Bryant <andybry...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »