Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have integrated parse sdk in my android app and tested it on android 5.0 on a real device. The problem is that initially the app does not display any content it is completely blank, but after few hours the app starts functioning normally with push notifications. Has anyone faced this issue before or can anyone tell me why is this happening ?
So i finally have got the solution to this problem. If you have been using parse example from foamyguy from githhub you would have a blank activity in android 5.0 when you run it for the first time. The solution is just go to ParseApplication.java and comment the line which says
ParseInstallation.getCurrentInstallation().saveInBackground();
And run it, it will work, if your application crashes, then use this line
ParseInstallation.getCurrentInstallation().saveEventually();
This will completely fix your application.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
So, i made a simple game in android studio and everything worked fine on my api 17 device. For some reason it doesn't want to work on my other device with api 23. It instantly stops working. I'm pretty sure it has nothing to do with permissions (that was the only thing that i found on google). My app uses only Google game services and sharedprefernces. I'm quiete new so dont hate if the question doesn't makes sense or something.
There are many changes. You can check the version changes in the documentation. You should check the log cat for the exact exception if you start to Google for it you will probably find out fast what is going on.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I can't seem to download Android Studio at all. I go to the official download page of AS, but nothing happens. I get no Pop-ups or nothing, and my internet connection is fine. Please help.
Strangely, I could actually reproduce this - the download wouldn't start, in Firefox only. However, when viewing the downloads section of the page, it does work. Just the big "Download" button at the top of the page does not work.
[Note: this particular issue seems to be fixed as of 2021; just download it as normal from here: https://developer.android.com/studio]
Try switching your explorer : Chrome -> Firefox or Firefox-> Chrome or Edge -> Chrome
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
My Application works all good but for some users a functionality isn't working. How to look after this, when the application is working fine for me and most of the users and not for some. How to debug it?
You could use a bug tracking tool. I am using this one, it's really easy to use: splunk mink but there are also others like instabug, appsee or others.
The deal with such tracking tools is that you get live data from the app usage, errors, crashes and other useful information you can use to improve your app.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have recently started learning andriod development. I have a problem with my android app that is when I lunch it on the emulater it gets successfully lunched but when I click on my app it gets stopped by giving the error " unfortunately app has stopped " . One thing that I have noticed that a simple hello app with a single text view works fine and gets successful run on emulater ...
I m working on os x10.8.6 . I have eclipse 4.2.0 . Plz give me solution ...
This is a very broad scope question, but I will try to give you a overview about it.
There can be several reasons for a Force Close. Most of the time it occurs if some exception or error occured while the apps was executing. One of the most commons mistakes made by the beginners which cause force close is they haven't added activity in Android Manifest and try to start the new activity.
There are several other reasons for this problem. If you are facing such a problem in your app, post your code here. We might be able to help properly then.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
How i can run normal voice recognition app in android emulator ? This app just convert the voice to text. when i try to run this app in my android emulator it gives "Recognizer not present" error message. I read several blog & forum but i can not find any suitable solution. This problem gives me a lot of pain. How can i solve this problem ?
You are not able to record sound in emulator because the android emulator doesn’t support it yet. This code should only work on the phone