Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

400
votes
12answers
114k views

Android SDK installation doesn't find JDK

I'm tying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed, because it doesn't find the JDK installation. Is ...
87
votes
12answers
29k views

Android error: Failed to install *.apk on device *: timeout

I'm getting this error from time to time and don't know what causing this: When trying to run/debug an Android app on a real device (Galaxy Samsung S in my case) I'm getting the following error in the ...
84
votes
7answers
2k views

The case for or against .NET (the beast)

I am a .NET developer, and I don't have dandruff. The company I work for uses C++ Builder 6. We've been developing native code since conception. Our flagship product is written completely in native ...
63
votes
11answers
82k views

How install a specific jdk on Mac OS X?

I want to install a specific jdk (the latest for example). For this, I went to jdk download homepage: http://java.sun.com/javase/downloads/index.jsp I look for a mac version but i'm a bit surprise to ...
45
votes
9answers
37k views

Android SDK install problem

I have installed Java runtime 6 to C:\src\libraries\jre6. I installed Java JDK to C:\src\libraries\javasdk My %PATH% is set to: ...
34
votes
2answers
14k views

Android: install .apk programmatically

first of all, i made this with help from Android download binary file problems and Install Application programmatically on Android thanks guys! i want to make autoupdate and autoinstall at once. it ...
29
votes
5answers
9k views

Node.js could not configure a cxx compiler! (Ubuntu)

I have Ubuntu installed and I am trying to compile node.js
25
votes
2answers
9k views

Install Mono on Centos5.5 using YUM

I'm a Linux neophyte and can't figure out how to install the Mono 2.6.7 runtime on CentOS 5.5 using yum. I know how to build Mono from the source. However, according to this page it is possible to ...
24
votes
15answers
5k views

Rails 3 install error: “invalid value for @cert_chain”

I'm trying to install Rails 3 on a new OS X Snow Leopard machine (with dev tools installed), and when I sudo gem install rails, I get the following error: ERROR: While executing gem ... ...
24
votes
6answers
15k views

How do you uninstall MySQL from Mac OS X?

I accidentally installed the PowerPC version of MySQL on my Intel Mac in Snow Leopard, and it installed without a problem but of course doesn't run properly. I just didn't pay enough attention. Now ...
21
votes
7answers
3k views

When and when-not to install into the GAC?

When should you install into the GAC and when should you not? (I am referring, really, to installing on a client's machine when they have purchased our product(s)). I have an assembly that is only ...
19
votes
3answers
3k views

Silent installation on Android devices

I've accepted for a while now that it's impossible to silently install an application on Android - that is, to have a program install an application bundled as an APK without providing the standard OS ...
17
votes
6answers
813 views

Where do programs save their secret license?

where do programs save their secret license or install related information? I notice that often times when you uninstall a program, clear out appdata references, check registries to make sure there is ...
17
votes
5answers
41k views

How to manually install an artifact in Maven 2?

I've encountered some errors when I tried to install an artifact manually with Maven 2. I wanted to install a jar from a local directory with the command mvn install:install-file ...
17
votes
5answers
16k views

How do I find the install time and date of Windows?

This might sound like a little bit of a crazy question, but how can I find out (hopefully via an API/registry key) the install time and date of Windows? The best I can come up with so far is to look ...
16
votes
7answers
6k views

Can't install PEAR on Windows 7, Structures/Graph error

I just did a clean install of Windows 7. I've installed Apache, Mysql and PHP 5.3.5 all separated (not using XAMPP/others). I'm getting the following error in the install: ERROR: unable to unpack ...
16
votes
5answers
4k views

Get referrer after installing app from Android Market

I am trying to register a Broadcast Receiver that catches "com.android.vending.INSTALL_REFERRER" intents launched by Android after an app is installed from the Market. I am following the details ...
15
votes
7answers
5k views

How to remove Installation of MySQL on Mac OS X

i need to install older version of mysql server on mac os, but i have newer version i try to remove this newer installation (5.1), but when start old version install (5.0b) message "MySQL ...
14
votes
4answers
10k views

How do I pass msiexec properties to a Wix C# custom action

I have an MSI being created with Wxs 3.0. My MSI references a C# custom action, written using the new C# Custom Action project ...
14
votes
8answers
10k views

Installing Ruby 1.8.7 (and other stuff) manually

I don't want to rely on one-click installer anymore and I want to learn how to install ruby manually. Do you have any resource for this? Thanks a lot. Cheers
13
votes
5answers
11k views

How do you install an APK file in the Android emulator?

I finally managed to obfuscate my Android application, now I want to test it by installing the APK file and running it on the emulator. How can I install an APK file ...
12
votes
8answers
6k views

Python MySQL wrong architecture error

I've been at this for some time and read many sites on the subject. suspect I have junk lying about causing this problem. But where? This is the error when I import MySQLdb in python: >>> ...
12
votes
7answers
9k views

Ruby on Rails Beta 3 Install Problem on Snow Leopard

i tryed to install the new beta on my system with the command: sudo gem install rails --pre but no matter what i tryed, i still get this damn error: Successfully installed rails-3.0.0.beta3 1 ...
12
votes
2answers
6k views

How to properly force a Blackberry Java application to install using Loader.exe

I want to include the Application Loader process in a software installation, to ensure that users get our software installed on their Blackberry by the time our installer software finishes. I know ...
10
votes
5answers
1k views

Gradle: Make a 3rd party jar available to local gradle repository

currently, I'm testing Gradle as an alternative to Maven. In my projects, there are some 3rd party jars, which aren't available in any (Maven) repositories. My problem is now, how could I manage it to ...
10
votes
9answers
5k views

How do I install Ruby on Mac Leopard?

Can anyone please give directions on how to install ruby 1.9 I tried installation directions given all over the web. Can't get it to work. Please kindly give step by step direction. I tried using ...
9
votes
3answers
1k views

RSpec install error: “Could not find autotest in any of your source paths”

When I run: rails generate rspec:install I get this output: identical .rspec exist spec identical spec/spec_helper.rb Could not find "autotest" in any of your source paths. Your ...
9
votes
5answers
6k views

How to solve Delphi's [Pascal Fatal Error] F2084 Internal Error: LA33?

I'm really sick of this problem. Google searches always seem to suggest "delete all bpls for the package", "delete all dcus". Sometimes this just-does-not-work. Hopefully I can get some other ideas ...
8
votes
2answers
2k views

Cannot install psycopg2 on OSX 10.6.7 with XCode4

Trying to install psycopg2 on OSX results in the following: building 'psycopg2._psycopg' extension creating build/temp.macosx-10.6-universal-2.6 creating ...
8
votes
5answers
4k views

How to install mongoDB on windows?

I am trying to test out mongoDB and see if it is anything for me. I downloaded the 32bit windows version, but have no idea on how to continue from now on. I normally use the WAMP services for ...
8
votes
4answers
4k views

Installing scipy with pip

It is possible to install numpy with pip using pip install numpy. Is there a similar possibility with scipy? (Doing pip install scipy does not work) Update The package scipy is now available to be ...
8
votes
2answers
3k views

Methods to programmatically install a .NET assembly into the GAC

I need to create a small app or script to install a .NET assembly into the GAC. I've read there are a couple ways to do this including: using gacutil.exe executing the following line of code: new ...
7
votes
2answers
90 views

How to run multiple Perl installs on one machine?

Is it possible to run multiple installs of Perl (in "containers") on one machine? Reason is that I have different Perl-based server side web applications and wish to schedule updates to them ...
7
votes
7answers
134 views

Why Do Applications Need Installing? [closed]

I'm confused. Right now I write some small apps using C++ and Java, but none of them need to be installed. Why do "big apps" like browsers, media players, games etc. need to be installed?
7
votes
4answers
2k views

GPE for Eclipse Indigo Installation Error

I'm trying to use Eclipse Indigo with Google Plugin for Eclipse (GPE), but can't found GPE 3.7. I mean, that i'll be satisfied with GPE 3.6. Now i have this error with GPE3.6 installation: Cannot ...
7
votes
7answers
5k views

Missing the Rails 2.3.4 gem. Even though it's installed!

Running Snow Leopard. Tried uninstalling, and re-installing. Still getting the same error whenever I run a rake task. mbpro:redmine shereef$ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) ...
7
votes
5answers
2k views

How should I install more than one version of Perl?

I want to install, from source, Perl versions 5.005, v5.6, v5.8, v5.10 Right now I have 'v5.10.0' installed. /opt/perl/bin /opt/perl/html /opt/perl/lib /opt/perl/man /opt/perl/lib/5.10.0 ...
7
votes
6answers
10k views

APC for windows alternative download

I am trying to install APC on windows but the site http://pecl4win.php.net/ is down for a while now with the message: The pecl4win build box is temporarily out of service. We're preparing a new ...
7
votes
3answers
7k views

How can I install a CPAN module into a local directory?

I'm using a hosted Linux machine so I don't have permissions to write into the /usr/lib directory. When I try to install a CPAN module by doing the usual: perl Makefile.PL make test make install ...
6
votes
3answers
2k views

install / uninstall APKs programmatically (PackageManager vs Intents)

My application installs other applications, and it needs to keep track of what applications it has installed. Of course, this could be achieved by simply keeping a list of installed applications. But ...
6
votes
4answers
823 views

PHPUnit - 15+ hrs wasted and still doesn't work

So I want to get PHUnit up so I can run selenium server, but I've come to that sad realization that this will likely never happen for me. I have tried it with numerous different versions of WAMP and ...
6
votes
3answers
4k views

Install apps silently, with granted INSTALL_PACKAGES permission

I am trying to silently install apk into the system. My app is located in /system/app and successfully granted permition "android.permission.INSTALL_PACKAGES" However I cant find anywhere how to use ...
6
votes
2answers
3k views

How to install a Mac application using Terminal

Apple suggests that prior to submitting to the Mac application store, the installation process for Macs be tested using the command sudo installer -store -pkg path-to-package -target / I saved the ...
6
votes
3answers
1k views

Can an Android app install another android app?

I was wondering if it was possible to have an android app which is already installed go and download another app and install it? I figure there could be security problems with this, but is it possible ...
6
votes
2answers
635 views

Script to install and compile Python, Django, Virtualenv, Mercurial, Git, LessCSS, etc… on Dreamhost

The Story After cleaning up my Dreamhost shared server's home folder from all the cruft accumulated over time, I decided to start afresh and compile/reinstall Python. All tutorials and snippets I ...
6
votes
3answers
259 views

Useful program to render CSS in different browsers instead of installing each one separately?

In order to test CSS in different browsers, do I have to result to installing each browser on my development system? Isn't there a useful program where you can just load an html+css file and view how ...
6
votes
5answers
12k views

Problems installing Java EE SDK on Linux

I installed the Java 6 JRE on my VPS just fine, but I can't get the EE SDK installation to even run. root@vps [/usr/java]# java -version java version "1.6.0_18" Java(TM) SE Runtime Environment (build ...
6
votes
3answers
210 views

Automate Java installs on Unix

I'm currently working on self bootstrapping/configuring deployments for J2EE applications. My goal is to have the deployment install Java, App Server, and app deployment every time. Unfortunately I'm ...
6
votes
5answers
5k views

Installing Java Manually on windows?

I have seen many products bundeled with jdk, I wonder if there is a way where one can install JDK by simply unzipping contents to a directory. so, there is no icon created in add/remove programs, no ...
6
votes
4answers
2k views

Self updating application install with WIX?

I am writing an application that needs to be installed on a large number of desktops and also needs to update itself. We are looking at WIX for creating the installation. I have used ClickOnce and ...

1 2 3 4 5 26