Skip to main content

All Questions

Tagged with
0 votes
0 answers
269 views

How to submit update to existing apk in android developer conole using eclipse?

I have a publish app on Google Play Store, Now I have made some changes in the application and I want to release the update version. I have signed the .apk using same keystore, alias and password ...
Aleem's user avatar
  • 93
0 votes
1 answer
394 views

How to handle updating the app on users devices

So after you first deploy your apk to Google Play and it's all up and running, how do you handle updating your app for your users? Do you have to do the same process every time manually change the ...
KKO's user avatar
  • 1,933
3 votes
1 answer
4k views

Eclipse ADT Version requires Update 22.6.2 or above but i already Updated it

I'm having problem with the ADT update my current version is 22.0.4 it did not renew my current version. i already downloaded the the new Version from the SDK manager Update 22.6.2. But when i open my ...
DreamBigAlvin's user avatar
2 votes
1 answer
641 views

Where does Eclipse put your apk files (that you're developing and testing)?

I've been testing an android app that I've been developing on my phone. The problem is, it seems as if every time tweak it and re-install it onto my phone, it takes up memory. That is to say, if my ...
user3369935's user avatar
1 vote
2 answers
567 views

Android SDK Manager Update - Eclipse Not generating activity_main, main.java, or correct manifest

I was prompted for an update on my android SDK manager this morning. Since then Ive tried to create some new projects in eclipse. For some reason my activity_main.xml is not being generated (its is ...
JayD's user avatar
  • 6,393
0 votes
2 answers
680 views

Android - Open play store for update doesn't ask to update

I have inserted some code in my app to check if there is a new version avaliable. In case there is one, the user get a dialog asking if he want to update. Everything is working fine, but the problem ...
user3119384's user avatar
-1 votes
1 answer
68 views

Update Pictures on ImageView from online

How is it possible to update pictures live on an app, doing it all from online? Like iFunny, Cyanide & Happiness, Instagram they update picture on a regular basis and i want to know how to do this ...
Crazycriss's user avatar
0 votes
2 answers
307 views

can't start android virtual devices after eclipse pachages update

I don't have experience with Eclipse, but some time ago, I've followed some tutorials and I have successfully build 2 android applications. After 6 months of not using Eclipse, when I opened I had to ...
dole doug's user avatar
  • 35.5k
0 votes
1 answer
499 views

Unable to update Eclipse Indigo for ADT plugins

I am using Eclipse Indigo to develop android apps. But when I updated android sdk and restarted it, it prompt me to update ADT to the latest version. So I check for updates but I am getting this ...
Harsh's user avatar
  • 505
4 votes
2 answers
5k views

How to update layout after onConfigurationChange?

I am building my first app and am almost done. (yay!) Now all I have to do is to set up the Java for the onConfigurationChange used when the orientation is changed as well as the keyboard is pulled ...
Dan's user avatar
  • 61
0 votes
1 answer
1k views

R cannot be resolved after update to adt 22

I have been away from using eclipse and android java programming for a few weeks due to unforseen circumstances. I opened up eclipse yesterday and was prompted to make a few updates and accepted. Now ...
PhillyT's user avatar
  • 15
8 votes
1 answer
6k views

Updating Eclipse SDK Error

I updated my SDK, and now it says I need to have the SDK which I already have. When I check for updates and try to update the options, I get this: An error occurred while collecting items to be ...
Evorlor's user avatar
  • 7,469
1 vote
3 answers
4k views

Eclipse plugin stopped working after update

I updated the Eclipse plugins (Help - Check for update). Since the restart after installation, the plugins aren't working any longer. They're still enlisted in "installation details", but there are no ...
Tahreem's user avatar
  • 205
0 votes
1 answer
94 views

How to update tha app's data without the need to update the app version? (android app)

Can someone please tell me how to update the app's data without the need to update the app? For example, if I have a song's app and I whold like to add another song, how do I do it using the internet ...
IdoShamriz's user avatar
0 votes
3 answers
149 views

Android Marketplace Updates & Eclipse Projects

So I have managed to get a couple apps up on the marketplace only to have a stray thought of what is the best way to go about managing my projects/apps within eclipse to accommodate future updates to ...
FROSTYSMOOTH's user avatar