Tag Archives: Can’t install

Invalid Drive:H:\ (subst X: %TEMP%)

Refer to the article: http://wenwen.soso.com/z/q186821336.htm
——————————————————————————————————————
Sometimes you install software that displays an error message that says “Invalid Drive:H:\”, or it could be
Invalid Drive:D:\ Invalid Drive:F:\ etc
The screenshot is as follows:

—————————————————————————————————————————————
To solve the above problem, in CMD, type a command: subst H: %TEMP%
The screenshot is as follows:

———————————————————————————————————————————————–
The above command is to take the temporary path %TEMP% of the system as a partition H. After we install the software, we want to delete the newly created partition H.
How do you do that?Also execute the following command in CMD; Subst: H/D

—————————————————————————————————————————————————————-
Brief introduction to SUBST:
Using the Built-in Windows Subst.exe tool, you can simulate a path on any partition as a separate partition,
Using this tool, you can trick the installer into successfully installing the software.
———————————————————————————————————————————-


Your satisfaction is my aim.
Your suggestion is the motivation for my follow-up.

Android Studio: Application Installation Failed (How to Fix)

using Android Studio to run programs on emulators reported this error, there are many reasons for this problem, so there are many solutions, here are some mainstream solutions to solve most of the problems.

Installation error: INSTALL_FAILED_NO_MATCHING_ABI.

Installation error: INSTALL_FAILED_NO_MATCHING_ABI. For this case, please refer to the following Installation error: INSTALL_FAILED_NO_MATCHING_ABIS

scheme 2: it may be that an app with the same name was originally installed on the simulator (mobile phone) but the signature is different, so just delete the app on the mobile phone.

scheme 3: click build-& gt; Clean Project, then Build-> Rebuild Project is sufficient.

scheme 4: click File-> Setting-> Build,Execution,Deployment-> Instant Run, will enable Instant Run... The check for is removed.



Welcome to join the QQ group for discussion.
YinyouPoet – YinyouPoet