Questions tagged [launching]

65 questions
1
vote
0 answers

Launching the latest version of a clicOnce C# application console, and pass arguments

My colleague and I have to write a software together. He only knows Delphi and I only know C# (I'm not a software engineer) The application is hardware measurement. I write the hardware routines and he writes the front end. So the two softwares must…
denis1024
  • 11
  • 1
1
vote
0 answers

android.intent.action.MAIN ERROR while launching on device

I'm trying to run this android app on my device but it keeps show this error and I did not find solution for it $ adb shell am start -n "com.example.seniorproject/com.example.seniorproject.MainActivity" -a android.intent.action.MAIN -c…
1
vote
1 answer

CocoaPods not installed or not in valid state. Error launching application on iPhone 13

1.i received this error after updating android studio when i try to run the app but if i write flutter run on terminal the app run normally how to solve this issue Launching lib/main.dart on iPhone 13 in debug mode... Warning: CocoaPods not…
1
vote
2 answers

How to send via my iphone application a planned emails and without launching the email application?

I know how to send email from my application by launching the iPhone Mail application, then return to my app. But I have two concerns: 1 / My first concern is how my application can send emails without opening the mail application? So I will inform…
developer
  • 4,744
  • 7
  • 40
  • 55
1
vote
1 answer

Invalid roslaunch XML syntax: not well-formed dji package

When i try to launch the package by typing roslaunch dji_sdk sdk.launch where the launch file content : launch>
1
vote
0 answers

how to fix Session app: 'Error while Launching activity' in android studio 3.2.1

I useing genymotion samsung s6 api21 and my app isn't launched. this is my error: Split APKs installed in 15 s 824 ms $ adb shell am start -n "com.simplemobiletools.calculator.debug/com.simplemobiletools.calculator.activities.SplashActivity.Orange"…
Arash
  • 11
  • 4
1
vote
1 answer

Error: Activity class { } does not exist. Error while Launching activity

My simple "Hello World" app runs on the tablet Samsung gt_3113 (with Android 4.2.2), but does not work on my phone mi_4c (Android 5.1.1). I'm using Android Studio 2.2.2. Why? Relevant files: AndroidManifest.xml:
1
vote
1 answer

How to solve problems occured while trying to launch excelsior jet11

I installed Excelsior Jet11 and trying to use it. I downloaded it from their official site. I also exported the paths also with the followings. export PATH=JET-home/bin:$PATH export LD_LIBRARY_PATH=\ JET-home/lib/x86/shared:$LD_LIBRARY_PATH I…
1
vote
1 answer

Android Studio 64-bit can't find JDK

...but the 32-bit CAN find the 64-bit JDK. When I open Android Studio I receive Error launching Android Studio No JVM installation found. Please install a 64-bit JDK. If you already have a JDK installed, define a JAVA_HOME variable... I have…
Zach
  • 19
  • 2
  • 8
1
vote
1 answer

Android Studio is not launching and showing an error after developing several projects

It is showing a very large popup error with this trimmed error: I have used Android Studio earlier and now unable to launch it due to reasons I am unaware of. The last time I used Android Studio, I had only updated it and didn't do much of any…
Krish Munot
  • 1,093
  • 2
  • 18
  • 29
1
vote
1 answer

Animation in viewDidLoad is glitching out

I'm working on a loading animation for an app and I put the animation code within a button press for debugging purposing and such. I tried it in the viewdidload method and it doesn't do even close to the same animation as when it is in the button…
BenLeim
  • 37
  • 1
  • 9
1
vote
2 answers

how to launch shell script from finder

I have some shell (Bash) scripts that process some video files in a directory. Instead of everytime launching a (Open)Terminal window, then typing the script name, I'd prefer to install an icon in the Finder's explorer toolbar so that a simple click…
user1458153
  • 115
  • 1
  • 8
1
vote
0 answers

while making live wall paper for getting weather report facing the following log cat error

please go through the following code in http://www.pastie.org/3809101 @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE); //…
0
votes
2 answers

How to including Microsoft Hotfix in our Wix based installers?

We need to deliver Hotfix KB982638 to our clients due to a requirement in our products. Our installers are based on WIX. How can we launch Hotfix KB982638 from our installers, at the end of installation? What we tried: We tried to launch its .exe…
Farrukh Waheed
  • 2,163
  • 2
  • 29
  • 59
0
votes
1 answer

Can't lauch selenium with a python script

I am trying to lauch a Selenium scrit from a Python script and it gets stuck at "11:16:32.144 INFO - Launching Firefox..." The Selenium server is running well, I also tried the Selenium IDE and it works. I am using Ubuntu lynx, Firefox 3.6.23,…
Vincent Roye
  • 2,751
  • 7
  • 33
  • 53