Tagged Questions
-5
votes
1answer
41 views
How should version numbering work between multiple platforms? [closed]
I have an iOS app that is now up to version 2.3.1. I am soon launching a feature equivalent version on Android. What is your opinion on what the Android version number should be at release? Should it ...
0
votes
2answers
36 views
Is it possible to access App's version from library project in Android?
I've a android library which is called from an App. I want to access App's version from library project. Is it possible at all?
EDIT: I don't control the calling app. I need some way to get calling ...
0
votes
2answers
141 views
Auto Version numbering your Android App using Git and Eclipse (on Linux)
I believe that computers are the best things for doing repetitive tasks. I certainly am not, I either forget, or (mostly) don't do things in an inconsistent way - which isn't what I want.
One of the ...
0
votes
1answer
54 views
Android: How to execute some code only when I update the app on market?
I need to know if there's a way to run a piece of code in my app only first time when the user installs my new updates from market(google play) ?
I need to run the code once each time I upload a new ...
-3
votes
1answer
152 views
Get my apps version name from google play [closed]
I want a force update on my app. So what I want to do is check if the app installed on the user's device is updated. If not, I want to close the app and redirect the user to my app on google play. So ...
0
votes
3answers
81 views
How to retain the global variebles when application is upgraded to new version in android?
In my android application ,user has to register by agreeing the terms and condition giving their email id. If user upgrade the application to next version, I should not get the agreement page or email ...
-2
votes
2answers
49 views
Do I need SVN to download this project?
Android newbie here and would like to create a basic app using the AndriodPlot library.
The instructions to download are:
svn checkout https://androidplot.jira.com/svn/ANDROIDPLOT/
...
1
vote
2answers
64 views
Using support classes in new versions of Android
If I'm trying to make my App work on older devices, I use the Support Libary and ActionBarSherlock.
Of Course, they also work on newer devices. But should i use them on new OS versions, or change the ...
0
votes
1answer
614 views
Can I use AAPT to add a version code to an APK?
I have been told that there is a way to use aapt's --version-code option to add/insert a version code into an APK whose manifest doesn't define one. However, I haven't found any examples of people ...
0
votes
0answers
89 views
How to merge and rollback the Android source repository among local archived files that doesn't belong to a repo
I have:
The Android source repository downloaded with repo as suggested by the official Android guide
Some files that customize my build that are just part of my filesystem and they are not in a ...
0
votes
0answers
68 views
Android application version upgradation problems
I am facing certain difficulties for an android application that I am developing. I am facing some difficulties that I can't figure out how to solve.
Scenario:
Say My application is running perfectly ...
0
votes
1answer
221 views
App fails with permission when try to debug on Android 4.0 device
I've written app for Android 2.2 (target version) and I tried to run it on device with Android 4.0.3 but it fails with granting permission for internet connection. It run without problems on Android ...
0
votes
1answer
57 views
How to use 2.2 features if I target 2.1?
I like to use TrafficStats API in my application. Problem is - I target 2.1
It is really an addon to my application and it will function without this feature. What is the way to include this and keep ...
1
vote
1answer
79 views
How can I find out if user is using the latest version of application?
I want to remind the user that he is not using the latest release.
How can I get the last version code of my application?
0
votes
1answer
186 views
VersionCode and Name Android
Today i tried to update my application on the Android Market but I get this error.
Error: New APK version is lower than previous APK version
I use multiple apks. The excisting apk have version code ...