On Wed, May 11, 2011 at 8:25 AM, wilkas <[email protected]> wrote:

> Given that you get the message "Shoudnt get here", which is in the catch
>> for ClassNotFoundExeption, my guess would be that some class is not being
>> found.
>
> Yes, but why its not found? I've tried any other class names, even my own
> created activities – same result, nothing is being launched.
>

I would guess that that what you're seeing is a package name and not a class
name.


> The exception object should have more information for you.
>>
> Any references or search query suggestions how do I retrieve that
> additional information?
>

http://developer.android.com/reference/java/lang/Exception.html
http://developer.android.com/reference/android/util/Log.html#d(java.lang.String,
java.lang.String, java.lang.Throwable)


>
>
>> In a broader sense, what you're doing wrong is trying to explicitly launch
>> another application. Specially for something as generic as a Browser, you
>> should be using a generic intent and letting the user pick the one they want
>> to use to view the content.
>>
> This launcher is solely for personal use. I'm making launcher, that would
> change some settings (like WIFI, GPS state) and launch my desired program in
> a single tap :)
>

Alrighty then.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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.

Reply via email to