1
vote
1answer
24 views

Link of class 'Landroid/support/v4/app/Watson; failed - Unable to resolve superclass of Lcom/actionbarsherlock/app/SherlockActivity

I have an android project that I was working on a few weeks ago it was working fine in my last attempt, but now the project all compiles fine, but while launching application, I am getting the ...
0
votes
1answer
54 views

java.lang.ClassNotFoundException on working app?

When i start app in Android 4.1.2 there are no any exception but when i start app in Android 2.3.5 i get this exception: java.lang.RuntimeException: Unable to instantiate activity ...
3
votes
1answer
103 views

java.lang.ClassNotFoundException after changing nothing in the project but upgrading eclipse android sdk

Some time ago I developed a rather simple app, with a target of 4.2.2. I had it working normally in my device. Then I stopped development for about 1 month. After the recent Google I/O, I decided to ...
5
votes
2answers
308 views

ClassNotFoundException on AndroidAnnotations generated classes since update to ADT 22

This project worked wonders before updating to ADT22. I already lost a day because of not knowing I had to download Build Tools, and I'm afraid I'm going to lose another one because of this. When I ...
0
votes
2answers
24 views

Android ClassNotFoundException on BackupAgent (wrong package name)

I implemented a working BackupAgent a while ago but now the app crashes with the following LogCat. The thing is, it worked fine for some time and the BackupAgent.java is actually in the ...
0
votes
1answer
33 views

Unable to start main activity which has build by maven

I had three proejct: parent, source and a library project. My problem is the following: after successful mvn install android:deploy android:run the application get`s crash with the following message: ...
1
vote
2answers
57 views

Unable to instantiate activity component when running android example code

I am learning the tutorial from the android web site. But when I run the application, it prompts Unable to instantiate activity component, something about the classNotFoundException. But in the ...
-1
votes
0answers
39 views

java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlAccessorType

I want to receive data from the server in the Android project environment. Firstly, I had tried in the Java project. It worked well. But the following error occurred when I changed the environment ...
0
votes
2answers
457 views

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo/ ClassNotFoundException

I'm develop android application and than i wanna additional new Activity i had error on my logcat My LogCat: 04-19 12:59:17.654: D/AndroidRuntime(18135): Shutting down VM 04-19 12:59:17.654: ...
2
votes
1answer
106 views

ClassNotFoundException: twitter4j.conf.PropertyConfigurationFactory : Android

If I don't run pro-guard on my project, everything is fine but if I run pro-guard and install .apk in device, I am getting above error. I tried adding following lines in proguard-android.txt file ...
0
votes
2answers
105 views

ClassNotFoundException when running an android app

I'm trying to run the Spydroid app from . But run into a "Unfortunately Spydroid has stopped" as soon as it runs on my Nexus 4. I used egit to grab a copy of the code into a new project in eclipse. ...
0
votes
0answers
187 views

ClassNotFoundException for Android application class in published app

Since I updated my app 2 weeks ago, I've seen 20 crashes like this: java.lang.RuntimeException: Unable to instantiate application com.mypackage.android.MyApplication: ...
0
votes
2answers
50 views

How to use an external java project in an android application

i've been struggling with this issue for a couple of days now... ill explain my problem in a nutshell.... i have a simple java project (not android library or something more complex) which i want to ...
0
votes
2answers
112 views

After signing apk file ,installation on emulator gives force close

I have published a successful app on play, but after upgrading the app when I sign and align the app and install it on an emulator/real device it force closes and gives me ClassNotFound Exception. ...
1
vote
2answers
207 views

Error inflating layout with java.lang.ClassNotFoundException

OK now I know that this question has been asked before several times on SO but none of the answers have worked for me. I am attempting to create a custom preference for my project. More specifically ...
0
votes
0answers
120 views

libgdx ClassNotFoundException when starting Desktop main - Mac, IntelliJ

I set up my project as described in the IntelliJ setup tutorial, but I am unable to start the Desktop application. The android app starts up fine in both the emulator and on my S3, but main in Desktop ...
0
votes
1answer
88 views

ClassNotFoundException when trying to run lite version that references library

I had my main project working and finished. I started researching how to make a lite/pro version and now everything is messing up. I made the main project an Android Library which is named ...
1
vote
2answers
233 views

Android/Sony Smartwatch: Unable to instantiate receiver (ClassNotFoundException)

I got an ClassNotFoundException with a static broadcastreceiver. The exception is fired when installing the app via eclipse on the device. I am developing an sony smartwatch extension, so I need to ...
1
vote
1answer
124 views

android + scala + preinstalled scala libraries + disabled proguard throws ClassNotFoundException

Final purpose of this feat: Use android device for development by fast compiling without needing to use proguard each single time (which causes huge delays) First try is on Sony Ericsson Xperia Mini ...
0
votes
1answer
86 views

Class not found exception while calling custom adapter

After fetching the data, my app tries to inflate the data in ListView by calling a custom adapter. While inflating it shows the following error. 02-21 11:14:39.156: E/AndroidRuntime(499): ...
0
votes
0answers
71 views

InflateException in XML file caused by ClassNotFoundException

android.view.InflateException: Binary XML file line #254: Error inflating class com.****.***.SegmentedRadioGroup Caused by: java.lang.ClassNotFoundException: com.***.***.SegmentedRadioGroup This is ...
0
votes
2answers
100 views

ClassNotFoundException in android program

I'm studyng from the book beginning android games opengl es for android. I recreated an application to test some of the book's notions, based on his previous examples: here is the code package ...
2
votes
2answers
390 views

Android Activity: ClassNotFoundException

my android app was running fine until I added some classes and edited the manifest file. Now, when I try to run or debug the app on my android emulator with android 2.2, the app crashes and I get a ...
2
votes
3answers
2k views

Google Maps Android API v2 ClassNotFound Runtime error

EDIT: For those struggling with this, checkout this link. Follow it carefully, but it does work! The crucial part is using keytool to generate your SHA1 hash against your debug keystore. Also, don't ...
0
votes
1answer
597 views

ClassNotFoundException with ActionbarSherlock SearchView

I currently have version 4.2.0 of ActionbarSherlock implemented in a Android application. And I'm having a issue with the SearchView widget. I currently have the widget implemented like this: import ...
1
vote
0answers
376 views

Android ClassNotFoundException and dependent projects

We have got working android application which was published in Google Play in 04.2012. We didnt touch it for months. In December we decided to make a Christmas update. However, the programmer who ...
0
votes
3answers
1k views

Android - ClassNotFoundException after refactoring

I've recently refactored class, package and folder names in my app (it's currently called MyApp) using Eclipse's refactor command, and I'm not getting a ClassNotFoundException. I've made sure there ...
0
votes
1answer
88 views

Subclass activity from a jar getting ClassNotFoundException

I have two Android projects. One is a library and compiles a jar the other an executable which includes this jar on the build path. I'm subclassing an activity in the jar in my project but when I ...
0
votes
3answers
58 views

I cleaned my android project and now I get a ClassNotFoundException

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) ...
3
votes
2answers
123 views

ClassNotFoundException for Activity after signing apk

While I'm testing the debug version of my app — it's OK. After I sign it for Google Play release — it starts to FC with the following exception: java.lang.RuntimeException: Unable to instantiate ...
-1
votes
1answer
47 views

tabhost classnotfoundexception

In my android app i am tring to implement tabhost. Actually i am trying udapt tutorial from androidhive However i am continuously getting fatal error. Help me please fix this error public class ...
1
vote
1answer
1k views

java.lang.ClassNotFoundException in loader dalvik.system.PathClassLoader at app launch

I've got a pp that was made by a different company to make some updates on it but I can't get it going. I've struggled with this problem for nearly 10h straight now and have gone through a lot of ...
0
votes
1answer
82 views

Classnot found exception while dealing with android admob Banner

I am getting this very annoying error in LogCat 12-11 13:40:53.178: E/AndroidRuntime(4483): FATAL EXCEPTION: main 12-11 13:40:53.178: E/AndroidRuntime(4483): java.lang.RuntimeException: Unable to ...
0
votes
0answers
295 views

ClassNotFoundException: Could not find class: but Class is Exist

I Found ClassNotFoundException in my apps, but The Class is Exist.. Here's the project workspace I was working with lots libraries, But i have problem while createing build path and depedencies.. ...
5
votes
2answers
525 views

Android Google Maps ClassNotFoundException

I'm creating my first Google Maps app, but I've run into some trouble and I can't figure out why. I'm getting a ClassNotFoundException. I'm new to Android in general, but this error has me stumped. ...
0
votes
0answers
121 views

Aviary Editor in Android app- App crashes, NoClassDefFoundException

I want to integrate Avairy editor in my app. Its sdk contains k sample app to see its working.I imported that project in eclipse, put api key in it, run it, it opens gallery and get picture but ...
0
votes
1answer
397 views

Android - classnotfound on using jdbc connecting to MSSQL

I'm trying to make an android application that reads data from MSSQL Server 2008. I've found out an example about using JDBC, but it's not working for me. I've followed answer from this post from ...
-1
votes
1answer
106 views

android runtime error unable to instansiate application. classnotfoundexception

I've an app that uses the ZXing library. The java compiler was set to a certain level, i can't remember what, sorry. I tried to use a switch statement and eclipse complained of an incorrect compiler ...
1
vote
1answer
188 views

java.lang.ClassNotFoundException on startup

We have very weird java.lang.ClassNotFoundException on app startup that happens to very small amount of customers (< 1%). We never saw it in dev env and we cannot understand the source of this ...
0
votes
1answer
303 views

sending Java Serializable Object to Byte Array to webservice java.lang.classnotfoundexception

I have a custom object that implements serializable, defined in the client project and in the webservice project. I want to pass that object as byte array through soap message, but when i try to do ...
0
votes
0answers
71 views

Using a Library causes ClassNotFoundException

I took a fully working application and copied it and made it a library (Properties -> Android, Is Library). I also renamed this project to keep track of it separately - com.mylib. I then took the ...
0
votes
0answers
337 views

dvmFindClassByName rejecting res/drawable-mdpi/ic_voice_search.png

I posted the following issue on the github page of ActionBarSherlock (https://github.com/JakeWharton/ActionBarSherlock/issues/683), but I thought I'd ask the wider world. On a Galaxy Tab 750 ...
2
votes
2answers
202 views

Android - Missing Application Subclass

I'm slightly confused, and more than a bit annoyed at an issue I've been having with Eclipse , ADT, and Google Play. I'm running OS X 10.8.2, Eclipse 4.2.1, and ADT 20.0.3. Following is the workflow ...
0
votes
1answer
71 views

class not found exception for application subclass on PC does not work - on MAC is OK

I am trying to bring an Android project from Eclipse Mac to a PC. While everything now finally compiles - I get a "class not found error" for the application subclass. This is what I mean with ...
0
votes
1answer
180 views

ClassNotFoundException - connectiong to MSSQL Database

I want to connect my android application to my MSSQL Database. Unfortunately, there is a problem :/ 10-25 19:17:00.536: W/System.err(18961): java.lang.ClassNotFoundException: ...
0
votes
1answer
325 views

Integration of barcode scanner ZXing in Android Error

I've learned from this website : http://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-using-eclipse/ I've got two little problems with ...
1
vote
2answers
291 views

unable to insantiate receiver classnotfoundexception

I'm new to programming for android and am a bit annoyed by an unexpected error that comes up. I'm trying to make a widget that has two buttons and started from a tutorial. I had a few bumps in the ...
0
votes
0answers
213 views

custom android.jar application runtime failure - Verifier rejected class

I hope someone can help me. I followed the (very good) instructions in "Using internal (com.android.internal) and hidden (@hide) APIs - ...
2
votes
1answer
232 views

App won't lauch on Nook, ClassNotFoundException

I've submitted an app to the Nook developers portal. It runs fine on my rooted nook color and on all the different emulators plus thousands of devices on the play store. The problem is that when I ...
0
votes
1answer
136 views

Oracle MDK sample app shows error and crashes when run in Eclipse

I am new to Oracle database mobile server. In followed the official tutorial and documentation from here & here . I downloaded the Oracle Mobile server from here. Following the tutorial , I ...

1 2 3