Questions tagged [reinstall]

171 questions
0
votes
0 answers

When I unInstall app, running IDE and install app, Error type 3,WelcomeActivity does not exist

When I uninstall app, running IDE and try to install app, Error Message: Starting: Intent{ act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.XX.XX.WelcomeActivity. Error type 3,WelcomeActivity does not exist But…
Yu Zhang
  • 1,202
  • 1
  • 11
  • 16
0
votes
1 answer

Reinstall WordPress but keep WooCommerce

I have recently taken over a Woocommerce webshop built by someone else. That someone else has done an incredibly bad job and now I am asked to clean up the mess. After careful evaluation I came to the conclusion that the best solution is to start…
viriato
  • 859
  • 2
  • 13
  • 26
0
votes
1 answer

Applying an updated MST to an msi for REINSTALL?

I have created in the past an MSI which I have used to deploy the application. Now, I want to distribute a new update of the product with an MST together with the MSI (since I have changed the MSI and I want some transformation to be applied). My…
lqbweb
  • 1,684
  • 3
  • 19
  • 33
0
votes
2 answers

How to reinstall Eclipse on Linux?

I used the Software Manager in Linux Mint to install Eclipse Platform. It was working yesterday, however, now whenever I run it I get the following error message: The Eclipse executable launcher was unable to locate its companion shared library. I…
user1544307
  • 121
  • 2
  • 7
0
votes
1 answer

WiX installer - how can I remove installed application and re-install it at the same run

I have a custom installer based on WiX technology which is install several .vsix packages into Visual Studio. If this packages are already installed, the installer offers to remove them. After the removal process is completed, the installer exits.…
0
votes
1 answer

Can't load 'survival' in R version 3

I have tried a lot in stackoverflow for this question, such as update.package, install 'codetools', and some tips in stackoverflow- How should I deal with “package 'xxx' is not available” warning? but it doesn't work. The package seems to be…
King
  • 19
  • 5
0
votes
3 answers

How can I test the changes I make to my app without reinstalling it every time?

I'm hoping this isn't some super rookie question, but I find it wholly impractical to have to reinstall the application on my device every time I run it. Maybe I'm just being impatient but I feel that I am losing a huge accumulation of time to…
AlleyOOP
  • 1,536
  • 4
  • 20
  • 43
0
votes
1 answer

Reinstalling app does not bring over all the changes of released app android

I have a project that is re-installing a new version of an old app and I use a custom self installer to install the app. I am seeing some strange behavior with the re-install. When the app downloads the released version of the app, not all of the…
Kristy Welsh
  • 7,828
  • 12
  • 64
  • 106
0
votes
0 answers

How to replace Android adt bundle

Please help me to solve the following problem: I have installed Android adt Bundle. Because it didn't work properly, I deleted the folder containing /eclipse/, /sdk/, and SDK Manager.exe and the folder .android from C:\Users\MyName and the problems…
Danimunte
  • 19
  • 4
0
votes
0 answers

Eclipse IDE creates only app_name(String) file in strings.xml

When I make a New Android Application Project in Eclipse, in /res/values/strings.xml exists only the file app_name(String). hallo(String) is absent and the emulator displays only a home screen without the title of the blank application (it is the…
Danimunte
  • 19
  • 4
0
votes
1 answer

Save data in android to use after update

I want to save an int and a boolean in my android-app. At the moment I use sharedPreferences to save the variables. What happens if I update my app or reinstall it? Should I better use a database for saving the variables?
basti12354
  • 2,490
  • 4
  • 24
  • 43
0
votes
1 answer

I deleted ruby 2.1.1 cannot install it again mac os 10.7.5

I'm a total beginner with the terminal and I wanted to learn Rails. I have a mac with Lion 10.7.5 on it. I wanted to install Rails and it seems to be installed and then when i typed rails -v i got this message : Rails is not currently installed on…
real1
  • 1
  • 2
0
votes
1 answer

WAMP reinstalled but login error #1045

Newbie here Installed Wampserver2.4-x64 on Windows 7 MySQL v. 5.5.32 FatCow host Firefox Browser My previous install of WAMP was uninstalled over a year ago. With new WAMP install, and new database created on my host's server with login and…
0
votes
2 answers

VSS 2008 and VS 2008

I'm working on .Net projects using Visual Studio 2008 and Visual SourceSafe 2008. I'm not very familar with how SourceSafe working folders are tracked. Due to an unrelated problem, my PC has to be reformatted and I'll have to reinstall SourceSafe.…
0
votes
1 answer

As it happened, I removed ruby and rubygems. And now I can not restore

I have: CentOS release 6.4 (Final) As it happened, I removed ruby: rm -rf /usr/local/lib/ruby rm -Rf /usr/lib/ruby I tried to update, remove, reinstall ruby and rubygems, but unfortunately does not work :( But I have the following…