Tagged Questions
0
votes
1answer
20 views
Editing cursor data before display
I'm new in android and Java world and I want to edit cursor data result before displaying it. To do so I wrote the following code
private static final String[] INTERNAL_COLUMNS_1 = new String[] {
...
0
votes
0answers
32 views
What causing this Android RuntimeException?
My android app gives me this error from logcat:
05-23 14:51:56.058: E/AndroidRuntime(1191): FATAL EXCEPTION: main
05-23 14:51:56.058: E/AndroidRuntime(1191): java.lang.RuntimeException: Unable to ...
0
votes
2answers
17 views
Unable to instantiate activity ComponentInfo for wallpaper app
I was trying to do a wallpaper application.I am all done but every time i open the app its crashes.
This is my Activity
package com.wallpaper.rahuldravid;
public class MainActivity extends Activity ...
0
votes
2answers
65 views
error occured while executing doInBackground()
I get FATAL EXCEPTION: AsyncTask #2 in my doInBackground: Don't take into account String... urlActus because I have deleted for this post
protected Void doInBackground(String... urlActus) {
...
0
votes
3answers
29 views
java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first android
I am trying to add text in TabView from TextView but getting java.lang.IllegalStateException
Activity code :
public class Testimonial extends TabActivity {
private TabHost tabHost;
TextView video = ...
0
votes
1answer
22 views
Universal Image Loader throws UnsupportedOperationException. Not sure why
Everything is working great it would seem, however, UIL keeps throwing this exception. They are not fatal and are not crashing the app. My thoughts are that its just what UIL spits out when it can't ...
0
votes
1answer
26 views
Keep getting “Target host must not be null, or set in parameters”
I keep getting the error above (title) when I try to make a HTTP-request to a server with a special character (the character 'å'). I have tried to call:
_login = URLEncoder.encode(_login, "utf-8");
...
-3
votes
0answers
59 views
This eclipse “bug” is making me crazy [closed]
ok, so, the "bug" is that my app works great, i clean the project, make it run, all cool..
when i add an id to my relative layout it just gets crazy and gives me error on all java classes "R cannot be ...
1
vote
1answer
55 views
Android NullPointerException on onCreateOptionsMenu
This is my code:
public class className extends Activity{
private MenuActivity menuActivity;
@Override
public void onCreate(Bundle savedInstanceState) {
try {
...
1
vote
1answer
36 views
resources not found - android
I have had my first errors come through via the developer console on a published app. The errors are:
java.lang.RuntimeException: Unable to start activity ...
0
votes
2answers
29 views
Socket.connect doesn't throw exception in Android
If I put a nonsense url no exception is thrown and none of the rest of my code is executed not even the rest of the asynctask that called the method that connects.
try {
...
0
votes
0answers
33 views
Proper way for MonkeyRunner to Handle Device Exceptions?
The Problem
ADB is somewhat unreliable and a connection to a device/emulator does not always work or fails. This is a known problem and logs messages such as,
130316 04:08:48.714:S [MainThread] ...
0
votes
0answers
47 views
error inflating class android.widget.listView slidingMenu
My app force closes and gives this error
Im using the SlidingMenuLibrary to have a slide out menu from the left side and im thinking this is where my problem is but i dont know how to solve it.
...
0
votes
1answer
30 views
Weird Crash Report on Google Play Developer Console
I have an app on the play store which has thrown an exception which I can see in the developer console. The error is as follows
java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, ...
0
votes
1answer
22 views
Android GCM SSLException
I'm planning to use GCM features for an Android app. I setup the proper Android app and the backend service deployed on localhost.
Everyting was fine and the notifications were displayed on my ...
0
votes
1answer
23 views
Using Postdelayed to stop Http request after a specified time?
I want to stop the http request after sometime, for this i am using httpclient.getConnectionManager().shutdown(); inside a handler like this:
new Handler().postDelayed(new Runnable() {
...
1
vote
0answers
31 views
java.lang.RuntimeException: Unable to resume activity (While setting an image captured from camera)
I am trying to use camera class in my app. I just want to click a picture and set on the imageview and then posting it on some url. Posting on url working fine but sometime problem occurs while ...
0
votes
1answer
27 views
Android RuntimeException Eclipse
Hi everybody i'm trying to do a Unit converter but when I run it it stop and show me that
05-15 15:30:45.237: D/AndroidRuntime(333): Shutting down VM
05-15 15:30:45.237: W/dalvikvm(333): ...
0
votes
0answers
44 views
Fatal Exception : Main andoid
With my friends, we're working in a project and for it i need to create an andoid application. (i specify, i'm a beginner at programming in java)
So to start i've follow a good tutorial ...
0
votes
0answers
36 views
The logcat can't show me the Exception message
I only have one Activiy , it contain these code.
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Log.e("asdasd", ...
-3
votes
1answer
94 views
NullPointerException error in a for loop
I have this method and every time i try to put value in my foo array i get NullPointerException. I tried to solve it but i dont know why it tells me NullPointerException.
Thank for helping :)
mine = ...
0
votes
0answers
48 views
ClientProtocolException Android
So I am trying to browse to a localhost webpage with my android device. When I put the following url in my Android browser it works:
http://192.168.x.x/timecode
But when I try to access via ...
0
votes
1answer
105 views
httphostconnectexception connection refused
I know there are lots of questions about this matter but I just could not find an answer to this one in specific. I am trying to access
HttpClient client = new DefaultHttpClient();
...
0
votes
0answers
117 views
android: Caused by: java.lang.InstantiationException: can't instantiate class .DatePickerActivity$DatePickerFragment; no empty constructor
my code
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.date_picker);
count = 0;
dialog = new DatePickerFragment();
inIt();
...
3
votes
3answers
100 views
Android SQLite select * from table where name like %key% using prepared statements [duplicate]
I want to use prepared statements to prevent sql injections on Android SQLite database. However, rawquery crashes when the query contains Like and works with Where name = ?
is there a way to use like ...
0
votes
2answers
38 views
MAIN exception when replacing code in MainActivity
I'm a total noob to programming and Android.
My school team and I were trying to develop our first android app, we didn't actually plan things well and our original MainActivity class had an input ...
0
votes
1answer
55 views
Paypal MPL library is not working on Android 4.0
Paypal MPL library is not working on Android 4.0 . It is showing an error message after login.
"Please make sure all fields have been entered".However the same library is working fine with Android ...
0
votes
1answer
69 views
Getting an “android:resources not found exception” on when click on a text view in Android
I'm attempting to show in a textview some variables which I extract from a SQLite database.
It works right and shows the info but when it loads the logcati click on the textview it crashes and throws ...
-1
votes
2answers
49 views
Error in Log Cat
Hi I am new in programming and I have this error in Log Cat. Log Cat shows 'FATAL EXCEPTION Main' and my application has stopped unexpectedly.I am trying to deal with it from several days. Application ...
0
votes
1answer
40 views
how to add imageview in view array?
I have created View[] regionView; variable and I am trying to add ImageView in this regionView array but I getting null pointer exception. Please help me how to add imageview in this View
...
0
votes
0answers
21 views
Error with BMP reading on Android
i've a problem with the BitmapFactory on Android.
I'm trying to read an image (in bmp or jpg) from a folder that i've created in the workspace of my project with this code:
public class Eigen extends ...
0
votes
0answers
65 views
android.view.ViewRootImpl.performTraversals
I have activity with MediaPlayer. But lots of users don`t like it because of crashes with exception:
java.lang.NullPointerException
at android.os.Parcel.readException(Parcel.java:1333)
at ...
-4
votes
2answers
102 views
What is wrong with this Exception Handling in Java
Below is the full method. It returns the HTML Code of the given URL as a String.
After certain tests I came to the conclusion that the try block is skipped. But I don't know why.
public static ...
0
votes
1answer
35 views
Android App debugs via Eclipse with no error but Crashes from Play Store
I'm having a real issue. I'm getting a crash every time I try and download my app through the play store, yet deploying via Eclipse it works perfectly fine.
I keep getting this error:
...
0
votes
1answer
85 views
Android app won't crash with Eclipse
Yep, that's right. Despite introducing some bad code the app continues to run. I'm really new to Android and Eclipse development so I am wondering if there is some setting that is causing the app to ...
0
votes
1answer
87 views
Unblocked read from InputStream of a BlueToothSocket while checking connection of the socket
I am trying to write a thread which will do following stuffs:
1. read from inputstream;
2. some other routine;
3. if socket is closed, throw an exception.
The BlueTooth Socket and inputStream from ...
2
votes
1answer
80 views
progress dialogue box giving exception in asynchtask [duplicate]
I am developing an android application in which i m using an asynchronous task an in post execute method when i m closing progress dialogue box an exception is coming and application is closing ...
0
votes
0answers
43 views
I am getting Illegal Block Size exception when trying to decrypt
I am trying to encrypt/decrypt a string using DES, and I successfully encrypted the string and now having problems with decrypting the string.
Here's my code:
public class DesEncryptor {
private ...
0
votes
4answers
64 views
Android: NullPointer Exception
This is the error that I get in Logcat.
04-23 08:00:07.524: E/AndroidRuntime(1384): FATAL EXCEPTION: main
04-23 08:00:07.524: E/AndroidRuntime(1384): java.lang.RuntimeException: Unable to start ...
1
vote
1answer
210 views
Unable to instantiate activity ComponentInfo only on GooglePlay
I've built an android app that uses android maps API V2, and it works fine with me.
when I submitted the app to Google play I got many exceptions and people said that the app is not working.
the ...
0
votes
2answers
141 views
Android - Crash report notification
How can I show notification that shows when the application crashed (or service crashed), and if the user click on it, it send the StackTrace by email?
I saw some applications that do that.
0
votes
1answer
64 views
Android: java.lang.ExceptionInInitializer using SharedPreferences
I have an application that stores some data in SharedPreferences. This control data is synchronized with a server, and when the user logins in the application I retrieve it using an AsyncTask. I'm ...
0
votes
0answers
78 views
Android Memory Leak using MAT
I am currently developing an application and from time to time my app force closes stating that it's due to a SIGDEV exception.
04-18 16:35:36.801: A/libc(25423): Fatal signal 11 (SIGSEGV) at
...
1
vote
0answers
69 views
Android Bad Token Exception when closing and opening fast
I am currently working on an application that is being launched as an intent. Here are the flags I am using:
intent.setFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION); // don't "zoom", etc. the launch
...
0
votes
0answers
111 views
Serious Camera Crashes and RuntimeException in Android
I have create several camera apps and I just release the apps to Google Play market 3 weeks ago. Until now I have receive a lot of crashes reports, as shown below:
java.lang.RuntimeException
in ...
0
votes
1answer
20 views
Android's IllegalStateException in dynamic rows creation
I followed this fellow here and ended up getting the following error. As far as I understand I am not required to run new TableLayout(), neither new Textview() on runtime.
04-14 16:11:55.232: ...
0
votes
1answer
54 views
Program crashes when trying to create AlertDialog
I'm having difficulty when making an alert dialog, the code for it is here:
public void setp2(View v){
p2 = (TextView)findViewById(R.id.p2);
AlertDialog.Builder alertDialogBuilder = ...
0
votes
1answer
32 views
using vector inside AsyncTask
i have loop inside mt AsyncTask doInBackground method .
@Override
protected Void doInBackground(Void... params) {
receive = new Vector<Sms>();
sent = new ...
0
votes
1answer
47 views
Android Facebook exception
Google Play reports exception. Some people complain in comments as well.
I do not get such exception myself.
What should I wrap with try/catch to handle it?
Or how do I fix it?
Or how do I get ...
0
votes
0answers
118 views
Android Bluetooth java.io.IOException: Connection refused
I have a problem with android sockets. I am connecting a USB dongle on my PC to an Android phone, a Samsung Galaxy Note II. I am using standard bluetooth sockets creating the socket with ...




