0
votes
2answers
83 views

Is the Google TTS Engine on all Android Phones, and where can I get it?

I'm trying to find out if the Google TTS Engine that came with my Android phone comes installed as factory default with all Android phones that support it? I'm not sure what kind of reference to look ...
3
votes
1answer
182 views

How to Install the same app twice without interference

I have an Android app (let's called X), I want to create a second app X2 but based on the other app. So I changed the manifest application name property to X2 also I changed the package name...but ...
0
votes
1answer
64 views

Titanium Studio not building android application

I recently moved to titanium android development. i was trying to install titanium studio on my windows 8 machine and followed official site instructions. 1) I installed java 1.7 sdk (on C:\Program ...
-2
votes
0answers
21 views

android - get input during android application installing from user [closed]

I am developing android application. I need to know something possible or not. I need to get input during application installing from user. I think this possible on windows but I'm working with ...
-1
votes
2answers
32 views

Installation of older version while newer one exists

I have android 4.2 installed in my eclipse, but I have to use android version 2.2 as a requirement. How to install this older version of android when a newer one exists? Is there a step-by-step ...
0
votes
0answers
22 views

Trouble setting up the correct environment [closed]

I am new to Java & starting off with Android Development. I recently downloaded the following packages: 1. adt-bundle-windows-x86-20130514 - This one from the Google Android Website. 2. ...
3
votes
1answer
1k views

running Android Studio on Windows 7 fails, no Android SDK found [duplicate]

I've downloaded and installed Android Studio, the program loads (after setting the JDK env variable) but when i click on "New Project" i get this error : Your Android SDK is out of date or is ...
135
votes
14answers
27k views

Android Studio installation on Windows 7 fails, no JDK found

I downloaded Android Studio and attempted to launch the program. This is running on Windows 7 64-bit with Java 1.7. During the installation my Java 1.7 is detected, and the rest of the installation ...
1
vote
2answers
176 views

How to install .apk on multiple phones for testing

Hi I am developing a cloud application for android. While developing its a torture to install apk on every phone after a single line change in code. Is there a way to install it through script. or ...
0
votes
2answers
113 views

Intall new apk and delete previous

Good day everyone. Heres the situation. I got an android application and its tring to update it`s self. So it downloads the new version of apk file and does. Intent intent = new ...
1
vote
3answers
951 views

java.lang.RuntimeException: Application “org.eclipse.ui.ide.workbench” could not be found in the registry

i am using Eclipse v21.10.1-569685 and JDK version 1.7.0_13-b20 When i downloaded new updates (Help-> Install New Software) after that Eclipse asked me to restart the software, but i faced with this ...
1
vote
3answers
103 views

Android “SDK Manager” does not install

I have already downloaded the content of the link: http://developer.android.com/sdk/index.html It seems to me that it contains every thing i want. In the first step when i run the SDK Manager i face ...
1
vote
2answers
149 views

Save Object to Internal Storage at Application Install

I would like to know if its possible to save an object at the moment the user is installing the app on mobile. Why I want this? My app uses some default objects to his normal behaviour, whenever the ...
1
vote
1answer
70 views

Setting custom internal storage requirement for application - android

I'm developing an application that after the installation will download files depending on user needs. Is there a way to set a custom ammount of internal storage an android application installation ...
0
votes
0answers
121 views

Implement Google in-app-billing in existing app

Since one year I develop android apps. I thought it’s time now to do the next step and implement the billing system. Before I implement this new feature in my main app I thought it’s better to test ...
4
votes
1answer
321 views

Changing android:installLocation from preferExternal to internalOnly

I have an app on Google Play market and I added android:installLocation="preferExternal" to manifest.xml file and released long time ago. Now I would like to add Android home screen widget, so I need ...
1
vote
2answers
275 views

Android APK Distribution Without “Unknown Sources” Checkbox?

We are trying to distribute our Android App outside of Google Play. Is there any way to do this without forcing the user to go through the Settings App and checking the "Allow Unknown Sources" ...
2
votes
1answer
146 views

Immediately crash if use sign APK, works fine with APK from Bin : Android

I am exporting android application to generate sign APK with one key(which is for 100 of application earlier). But when i try to install this APK to any device and run, it shows one blank screen and ...
0
votes
1answer
283 views

What is the default database location of an android app for an unrooted device?? Is it same as for rooted one?

I have quite a specific question. First let me explain what I am trying to do and then the problem. Basically what I am trying to do is to store an existing .db database file in assets folder and ...
2
votes
3answers
414 views

Where does Android app package gets installed on phone

I have installed an Android app on my phone which I have created myself on java. The App got successfully installed on the device but I am not able to locate the package where it has installed. How ...
-2
votes
1answer
94 views

OpencCV+Android+eclipse Windows 7 Instalation [closed]

I want to know how to install OpenCV in eclipse in Windows 7 64bit. I want use OpenCV functions to program my android application. My plan is to program in java code. I try various instructions but ...
0
votes
1answer
106 views

Auto Installing Apps

I want to send someone link for the APK once he presses on the download link the apk will be downloaded and opened automatically just like it happens in Google Play! Possible?
-2
votes
2answers
164 views

Closing APK installation view programmatically

In My application I am installing another application using APK file of another application. I am using below code for the same: Intent intent= new Intent(Intent.ACTION_VIEW); ...
-4
votes
3answers
3k views

Network Connectivity Error In Android Emulator

I know that there are several threads posted about this issue, however I believe my problem to be a bit different: I have installed Android emulator on my desktop. When i try to browse internet via ...
2
votes
2answers
275 views

Installing flash on an Android Emulator

I want to know the process(detailed please) of installing flash player on an android emulator. I need to do this to test an app and currently I don't have any physical device. Things that i have ...
1
vote
4answers
135 views

Android: how to call method only on installation of App

I need to call a method (or start an activity, or something else) that will update a file containing data the app needs. But I want it to be done only once, when the app is first installed; because ...
2
votes
2answers
776 views

ADT Bundle for Mac: Eclipse cannot be started

I downloaded Android Developer Tools Bundle for Mac from here. The System Requirements section says it needs "Mac OS X 10.5.8 or later (x86 only)". I tried to start Eclipse.app in ...
0
votes
0answers
584 views

How do I configure ADB for Motorola Atrix 2

I am trying to install OEM USB driver for android development. But my device is not listed when I do adb devices on command prompt. Nor it get listed in the DDMS. I guess my system( Windows 7 64 bit) ...
0
votes
1answer
86 views

unable to download android SDK versions and extra's(add ons)

I have downloaded new android setup bundle file with the name "adt-bundle-windows-x86" from the official android developers site (enter link description here) and followed the instructions specified ...
1
vote
2answers
958 views

Android Installation failure - Not enough space - Error Code -4

One of my users is reporting that he can not install my app anymore. He uninstalled the app and when he tried to reinstall it he gets an error like "Not enough storage". According to his ...
0
votes
2answers
78 views

Installing Android app in a device

I'm a newbie programming for android, I made a simple game some days ago and I tried to install it in a tablet(Android 4.0). The program works ok, but I got four(4) icons of my app after installation ...
0
votes
1answer
274 views

Android application install/uninstall event

There is an application and it needs system reboot after installation. I registrered boot receiver and write info to system log. And activity checks for this line. It works well, but there is one ...
-1
votes
1answer
41 views

What is the best way to load applications on multiple different Android devices? [closed]

I am running a study which requires me to load my Android app on multiple phones that are different makes and models. The study is specific (we do not want participation from the general public) so I ...
0
votes
1answer
179 views

Download and install android app from another android app

Is it possible to download and install android application(from Google Play) from another android application ? If so, could you please provide an example how to implement it? Thanks !
1
vote
1answer
128 views

Android Install Location Auto Not Working

I've set installocation="auto" in the manifest and on most devices this works. Doesn't Work (No option to move to SD Card): Razr Max HD (Android 4.0) Samsung GS3 (4.0 and 4.1) Samsung Note 2 (4.0) ...
-2
votes
1answer
266 views

Code for Autoinstallation of android app like Plan B App in android market? [closed]

We have developed an App, we want to autoinstall it on users Android phone just like Plan B App which installs the app even if the mobile is lost and helps in recovering it. Any Help in writing code ...
0
votes
1answer
78 views

How to save a large file on external storage at Installation in Android?

I am creating an Android App that uses the MapsForge library to show a map. The Map view in MapsForge shows data from a large file. Once this file is present, it will only be read, and never edited. ...
3
votes
2answers
575 views

How to install the apk which is sd card with out user intervension?

I written a application which install the apk to device. I stored the apk in sd card. I tried Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(new ...
1
vote
1answer
57 views

What happens to old files on app upgrade?

I have an Android app that uses some native libraries (.so) via JNI. In the next release, I have made a lot of changes, and among other things, some native libraries are not used any more or have been ...
0
votes
1answer
2k views

Bluestacks as a smarter apk testing tool - installing app from harddisk

What conditions need to be met for an apk app exported from, say eclipse, to install from hard disk into Bluestacks?
1
vote
2answers
43 views

The android app interrupts its own installation

I am making an android app and want it to get installed on only one particular device. What I want is that the installation of app should get interrupted whenever it is detected to be a device other ...
2
votes
3answers
200 views

How to create a directory on the internal storage upon installation of the android application?

Hey guys I have just started developing on android and I am doing a test project. I want to have a single folder where I will put all the resources I am going to need and I want it on the internal ...
0
votes
1answer
482 views

Failed to install six.apk on device 'emulator-5556 Launch canceled

When I run my android application I faced an installation error which is: failed to install my app on emulator and launch cancelled. My app shows a google map to the user. My xml file <?xml ...
-3
votes
1answer
30 views

Is it possible to prevent an installation of an app in android? [closed]

This should be done by a security-app, which thinks that the user installs malicious code.
0
votes
1answer
59 views

Is there an intent in the android system which is fired when a new software was installed? [duplicate]

Possible Duplicate: Is there on install event in android? An intent which i might catch with a broadcast receiver?
0
votes
1answer
92 views

how to check device brand name at installation time

how to check device brand name at installation time of app in android. i want to do cancel installation when brand does not match. code for get brand name- String brand = android.os.Build.BRAND;
0
votes
0answers
75 views

Is it possible to get the Download-Source/App-Store of a APK?

We're experiencing installations from our app which aren't related to the Google Play Store Downloads in China. So the management came up with the question if it's possible to track the Store down ...
0
votes
2answers
635 views

How to install email client on emulator

I have to build an email sending sending program and now i want to test it. but emulator is saying that "Their is no app to perform this action". So how can i install gmail or some other email client ...
4
votes
1answer
7k views

“Couldn’t install on USB storage or SD card” error installing application on Samsung devices

The issue is that I started getting complains from my application's users that they failed to install our client on their devices. Most of the devices are all kind of Samsungs with OS 2.2 and 2.3 ...
0
votes
2answers
456 views

how to force to Reinstall APK

I want to export a new version of my APPLICATION, and i want to force the user to uninstall and reinstall the app for the new version (for different reasons). Is it possible?

1 2 3 4 5