0
votes
0answers
25 views

Issue when launching phonegap webapp on android

I am facing a problem with the application launch behaviour ocurring on on multiple android devices. android 4.0.1 and upwards phonegap plugin cordova 1.7.0 when I launch the app from play store ...
1
vote
1answer
54 views

Music Player Force Close

Ive been following a tutorial to create a music player: http://www.androidhive.info/2012/03/android-building-audio-player-tutorial/ I followed this tutorial to every detail and have cross checked my ...
0
votes
2answers
54 views

Launch android app when a link is tapped on SMS

I don't know if many people have tried this but I am trying a build an app that requires user to tap on a link on the sms he/she receives and this will launch the android app. Is it possible to do in ...
0
votes
2answers
26 views

Why does my basic/tutorial android app crash?

I just want to create an app where when the user clicks on the launcher icon, it takes them to my website. I found example code to do this in stackoverflow, and it almost works. The code below does ...
1
vote
1answer
294 views

Android Play video through intent

I created my own media player application and install in a device. I created an other application which has a single button, As soon as i click on button. I should give an option in which player it ...
1
vote
6answers
96 views

How to change start Activity dynamically?

I am working on an android app. I want to change Start activity dynamically. i mean when user start app first time then start activity will different and when start second time start activity ...
-1
votes
2answers
51 views

How to bring an application to front of another one which is currently running?

I Have an android application in which I handled the device Home button click.I made the application relaunched automatically when user clicks on Home button while my application is running using ...
1
vote
0answers
65 views

start my app from browser works only in chrome

I've written an app which is to be started from a browser via html link (company internal net, NOT internet). I've defined an intent-filter with an own URL scheme in AndroidManifest.xml and it works ...
2
votes
0answers
45 views

Can not launch android project from xml layout file in Eclipse

I've just updated Eclipse IDE for android to the newest version. In this version, when I press ctrl + f11 in layout file (or any xml file,however in activity file, it works as expected), nothing ...
1
vote
2answers
269 views

How to make an Android launcher icon

The first impression of an app is the launcher icon in the app store so it is something that should not be taken lightly. I have finally made it to the end of my first app but still need an icon. I ...
0
votes
0answers
53 views

Android : Error: Could not find or load main class com.sun.xml.stream.BufferManager

While launching my app from eclipse ADT i am getting this error . Error: Could not find or load main class com.sun.xml.stream.BufferManager. Everything was working properly. I have not changed any ...
1
vote
1answer
132 views

Problems running PhoneGap App on my Android mobile

I'm trying to test for first time my App on my mobile phone, I already did all the usb driver installation, allow non-market apps to install stuff... and now when I launch I get this error on Eclipse ...
0
votes
1answer
80 views

Is it possible to listen for when another application is being launched? [duplicate]

Possible Duplicate: Android, Detect when other apps are launched When stock calculator is being launched, I want for my application to be launched over top of it. Is this possible?
2
votes
1answer
740 views

android app screen flashing at launch

Hi I have searched everywhere here and on Google, without getting a correct answer. So I post a new question: I have several Android Apps that were working perfectly with 1.6 up to 2.3... BUT now, ...
2
votes
2answers
72 views

searching unknown activity (java.lang.ClassNotFoundException)

help me to resolve this getting this exception java.lang.RuntimeException: Unable to instantiate application delhi.roshanara.margapp.MargApp: java.lang.ClassNotFoundException: ...
-1
votes
2answers
73 views

Launch one activity from another

i just want to know how can i detect if the user opens an app so an activity of mine launches as well. For example, the user opens the sms app and right after a kind of lockscreen appears.
0
votes
0answers
15 views

Code to launch an Android App from a widget [duplicate]

Possible Duplicate: Android Launch an application from another application I'm new to Android Development. I would like to launch an application created with AIR for Android from a widget. ...
1
vote
1answer
484 views

Start activity from apk file

I'm trying to start an activity from an external apk file. The apk file is a simple text display and I download it from an URL into a local mounted directory in /mnt/sdcard/. Everything works fine to ...
1
vote
1answer
75 views

Android: How to know if an app can be launched

Is there a way to tell if an app can be launched? I have the list of installed apps with "getPackageManager().getInstalledPackages(0)" call. Not all the items retrieved in this list can be launched. ...
0
votes
0answers
221 views

How to detect when an app or activity starts in Android?

I would like to be able to detect the launch of another app/activity from my service. I was previously able to do this via inspection of logcat messages, specifically something like: ...
0
votes
1answer
727 views

How can I open a PDF file via my Android app?

I want to open a pdf file via an Android app. So far I have written the following code: public class PdfopenActivity extends Activity { String selectedFilePath; @Override public void ...
0
votes
1answer
113 views

android : launching activity from a broadcast receiver

I have activity stack A->B->C->D... I am finishing A soon after launching B. SO the stack is actually b->C->.. Now i have a broadcast receiver which launches A. From the receiver i have to launch it ...
0
votes
5answers
1k views

Launch activity from background app

I have my app running in the background and I want the app to be shown on the top(launched) of the android phone when the code below is ran. (I know the code is ran for sure) This seems like a simple ...
1
vote
0answers
74 views

How to create the Receiver for launch application in android

I want to enforce enterprise security by restricting the use of some applications like youtube or gtalk. My service runs in the background and it should show the home screen on launch of any of the ...
3
votes
2answers
4k views

How to start/ launch application at boot time Android

I would like to launch my app when my tablet starts, so that the main activity of my app is the first thing that the user see when they start the tablet. I've read about LauncherActivity but I don't ...
0
votes
1answer
164 views

Android root access prevent App launch

Does anyone know of a way to programmatically prevent the launch of another app (or list of apps) if you have root access?
2
votes
2answers
142 views

Starting an app upon bootup

I'm writing an app for a specialized Android device that runs in a kiosk-like mode, i.e. my app will be the only app that runs, and must run upon startup. Additionally, the app must launch only after ...
1
vote
1answer
97 views

Intent from notification

My news application runs in the background and if there is any update in news a notification will show in the status bar. How can I identify that my application is opened by tapping the notification ...
0
votes
1answer
116 views

(Android) Launching file in an external app and catching an error from the external app

I have an Android app that opens a file using an external application (audio, video files launch the default media player, etc.) I need to be able to catch if there were any errors while launching ...
0
votes
1answer
179 views

Android Launching the Calender from my application and recieve the new appointment

I have an application "ApplicationX" and when I click on a button I will see the create appointment view from the Android Calendar, here is my code: Intent intent = new Intent(Intent.ACTION_EDIT); ...
2
votes
2answers
2k views

Android Application creating two launcher icons

I am having a very confusing problem with an application I have been working on for some time. Suddenly, when running my application, I found an immediate force close upon launch. Upon further ...
1
vote
1answer
349 views

How to link my Apps on Android Market with other Apps

I have developed 4 android Apps and published in Android Market(each apps signed with different private keys but uploaded through only one gmail Account). when i Opened the app details page from ...
3
votes
4answers
934 views

Android-How can I know if it is the first time the application launched?

How can I know if it is the first time the application launched? If you are answering please add a full code because I have read some answers and I didn't understand them. Thanks.
4
votes
1answer
4k views

How to launch my Android application using adb shell?

I'm trying to start an Android application using adb shell. I'm not succeeding The AndoridManifest.XML is pasted below: <?xml version="1.0" encoding="UTF-8"?> <manifest ...
0
votes
1answer
545 views

Troubleshooting Android App Launching

I'm currently developing an application on Android, however after spending the day making changes to it I'm experiencing a strange problem. On my physical device when I launch the application by ...
0
votes
0answers
285 views

How to launch my app after power on instead android home

I have an application,in which if the user power on(the device may power off because of various reasons such as batter low etc) the device then my application should start at which point it was ...
2
votes
2answers
123 views

My app loads when initially launched to the device, but after I exit the app, and go back in, it won't even try to launch

Ok so I am really new to Android, and to get going with things, I paid a developer to build me a simple app, and now I'm trying to wade through it to make sense of it. The problem I am trying to ...
1
vote
2answers
3k views

Android: no running Device

I want to run my Android Project iwrote with emulators on my Android Device. The Device is Connected on an USB-Port. When I start the "Android Device Chooser" nothing happens. No running device in the ...
1
vote
2answers
1k views

Can't launch Android application from within an SMS - Android browser always take the task

I would like my application to launch when the user clicks on a link, for example, http://myapp.comwhich is embedded in an SMS message. I have followed this [solution] but it doesn't work for me. The ...
1
vote
1answer
1k views

changing launching activity

i want to change my launching activity.for the moment my manifest is this: <application android:icon="@drawable/iconbj" android:label="@string/app_name" ...
112
votes
30answers
68k views

The connection to adb is down, and a severe error has occured

I've spent days trying to launch any Android program. Even "Hello World" gives me the same error: "The connection to adb is down, and a severe error has occured". I'm running Eclipse Galileo, Google ...
1
vote
2answers
2k views

Launch Time of an app

What is the best way to launch an app and calculate its launch time in android(if it can be done with some code,then its better)
4
votes
5answers
9k views

Launching external application from my app

I would like to launch an app the user selects from within my application. However, I'm not sure how I'd go about doing this. I've tried this: Intent intent = new Intent(); ...
0
votes
2answers
4k views

How to start a new application on Android

How can I start a new application on Android? I have done a new applications NewHomeScreen and Hello and on NewHomeScreen I wrote this code. @Override public void onCreate(Bundle state) { ...