Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9029903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T07:21:31+00:00 2026-06-16T07:21:31+00:00

I have been working on a widet for a while now and I have

  • 0

I have been working on a widet for a while now and I have come to an error I cannot figure out. My widget was starting fine and updating(I had a problem with canvas throwing an recycledbitmap error) so I cleaned my project and now it will not run. The logcat is:

12-21 00:49:18.967: E/AndroidRuntime(4967): FATAL EXCEPTION: main
12-21 00:49:18.967: E/AndroidRuntime(4967): java.lang.RuntimeException: Unable to instantiate receiver com.radicaldreamgames.WidgetrisWidget: java.lang.ClassNotFoundException: com.radicaldreamgames.WidgetrisWidget
12-21 00:49:18.967: E/AndroidRuntime(4967):     at android.app.ActivityThread.handleReceiver(ActivityThread.java:2202)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at android.app.ActivityThread.access$1500(ActivityThread.java:134)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1283)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at android.os.Handler.dispatchMessage(Handler.java:99)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at android.os.Looper.loop(Looper.java:137)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at android.app.ActivityThread.main(ActivityThread.java:4697)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at java.lang.reflect.Method.invokeNative(Native Method)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at java.lang.reflect.Method.invoke(Method.java:511)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:787)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at dalvik.system.NativeStart.main(Native Method)
12-21 00:49:18.967: E/AndroidRuntime(4967): Caused by: java.lang.ClassNotFoundException: com.radicaldreamgames.WidgetrisWidget
12-21 00:49:18.967: E/AndroidRuntime(4967):     at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
12-21 00:49:18.967: E/AndroidRuntime(4967):     at android.app.ActivityThread.handleReceiver(ActivityThread.java:2197)
12-21 00:49:18.967: E/AndroidRuntime(4967):     ... 10 more

Here is the manifest:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.radicaldreamgames.widgetris"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="16" />

    <application
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
 -
        <activity
            android:name="StartActivity"
            android:theme="@android:style/Theme.NoDisplay" >
 -
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

        <service
            android:name=".ButtonServices"
            android:enabled="true" />
 -
        <receiver
            android:name="com.radicaldreamgames.WidgetrisWidget"
            android:label="@string/app_name" 
            android:enabled="true" >
 -
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>

            <meta-data
                android:name="android.appwidget.provider"
                android:resource="@xml/widgetris_widget_provider" />
        </receiver>
    </application>

</manifest>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T07:21:33+00:00Added an answer on June 16, 2026 at 7:21 am

    Check to make sure that you have package com.radicaldreamgames at the top of WidgetrisWidget.java.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working on JUNG2 for a while now, trying to visualize a
I've been working on a widget for a while, and it usually works fine
Have been working on this question for a couple hours and have come close
I have been working with SQL Server as a Developer a while. One thing
I have been working with Zend for a few months now and am at
so, i've been working on this same stupid thing for a while now. some
I've been working through an ordered ManyToManyField widget, and have the front-end aspect of
I have been working with jquery-ui's sortable demo for a while. On looking closely,
I have been working with this problem for three days now and I've looked
I have been working on a widget for Android. For this I am trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.