SSDT installation issue (Failed to execute EXE package.)

The answer from Nick is very helpful, but I still failed at SSDT-Setup-ENU.exe /repair with the same error Error 0x800703e9: Failed to execute EXE package.. Then I tried it with a very straightforward way: (Disable UserAccountControl first) copy SSDT-Setup-ENU.exe to c:\temp and execute SSDT-Setup-ENU.exe /layout to download a local copy of the bundle. open C:\temp\redist … Read more

Android: Error while installing APKs

Follow these steps to overcome the issue. Disconnect all devices connected to system, and close all emulators running on System. Turn off Instant Run feature from settings. Perform a clean build. Turn on Instant Run feature from settings. Perform a clean build. Connect your device/start your emulator and ensure it is online. Run the project … Read more

INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android

To get past INSTALL_FAILED_MISSING_SHARED_LIBRARY error with Google Maps for Android: Install Google map APIs. This can be done in Eclipse Windows/Android SDK and AVD Manager -> Available Packages -> Third Party Add-ons -> Google Inc. -> Google APIs by Google Inc., Android API X From command line create new AVD. This can be done by … Read more