I do not know if you have such a feeling. From https://dl-ssl.google.com/android/eclipse/
It's very slow! I'm an education net so it's really slow.
So I figured out a way to make sure that I could install the ADT15 quickly. Of course ADT16, ADT17 is also possible. But I still use ADT15 to do the demo.
(note: Different SDK corresponding ADT versions are also different, while installing to disconnect the netw
Install the RemixOS Android simulator on Hyper-V, hyper-vremixos
We don't want to use a physical machine or a quick Android virtual environment. Today we will talk about how to integrate the Android simulator (RemixOS) into Hyper-v.
1. Download RemixOs or go to the Forum to get it.
2. Create a 1st-generation Vm, 50 GB
Today we are familiar with the test environment:1. Download the server code and rungit clone https://github.com/SecurityCompass/LabServer.git2. This server is the APK client side, running:To run the HTTP server on port 80808443--ssl--port 84433. Open the Android virtual machine and install the APK.Open Android SDK Manager, select "Tools" for
Android Studio Install Genymotion Plugin
Eclipse does not introduce, Google has given up eclipse, you still insist on what.
Installing GenymotionOfficial website: https://www.genymotion.com/#!/
The installation process does not introduce
Installing the Genymotion PluginRestart Android StudioAssociation GenymotionStart GenymotionCopyright NOTICE: Th
Android simulator--bluestacks under MacDownload: http://pan.baidu.com/s/1kVvZyYzIn addition to the Android simulator can download apk, the local can also install the APK, but unlike the win version, the installation is not so simpleDownload Good apkFirst open the Bluestacks, then open the "terminal"Input: ~/library/bluestacks\ app\ player/runtime/uhd-adb InstallT
android_home Environment VariablesMake sure that the ANDROID_HOME environment variables correctly point to the path of the Android SDK that you installed.Open---- 控制面板 系统和安全 系统 高级系统设置 高级 环境变量新建
The specific path may be inconsistent, please confirm it yourself.
You need to close the existing Command prompt window and reopen it so that the new environment variable will take effect.
Test installationReact-native Init AWESOMEP
Recently doing some projects, you need to block your phone's inherent functionality. Record here.The main feature of Android screen phone is to uninstall phone.apk. Shielding installation software function is mainly unloading packageinstall.apkThe following are examples of Samsung Note3 and M3. ( remember to back up before deleting )Note31. Connect the phone with a USB cable and install the driver. (with 36
The PM command is used as follows:
The PM command is the packagemanage command line in Android for installation package operations. Generally, run the following command to install a new installation package.
1. Install APK. For example, enter:
PM install-r/data/card/apicalradio.apk
You can reinstall apicalradio
Compile android source code 3 --- install JDK 6 on ubuntuFor Android 2.3 and later versions, JDK 6, that is, JDK 1.6, must be used instead of copying files to/urs/lib/jvm.
Cd download
Sudo su
Sudo cp jdk-6u45-linux-x64.bin/usr/lib/jvm2. jdk-6u45-linux-x64.bin File Installation
# Chmod 777 jdk-6u45-linux-x64.bin grants the current user permission to execute#.
ReproducedTroubleshoot Android SDK Manager updates, slow downloads, and the list of packages to install does not appearOriginal: http://www.cnblogs.com/tc310/archive/2012/12/21/2828450.htmlRecently in the Android project, found that the download SDK is too slow, but also listen to others said silently waiting for 2 days and 1 nights before finishing. This article
IONIC3 project, after adding the Android platform, Cordova run Android has the following issues:Error:could not install *smartsocket* listener:cannot bind to 127.0.0.1:5037: typically each socket address (Protocol/network address/port) is allowed to be used only once. (10048)This application have requested the Runtime to terminate it on an unusual.Please contact
Software required: Android platform-tools http://dl-ssl.google.com/android/repository/platform-tools_r03-linux.zip
1. DownloadDecompress the above software
# UnzipPlatform-tools_r03-linux.zip
2. Add the path to the PATH variable.
# Vim ~ /. Bashrc
# Source ~ /. Bashrc
3. Use ADB and USB cable to connect the development board to the host
#ADB Devices
The connected device is displayed.
You c
We can see that the reported error is "Failed to resolve:com.android.support:appcompat-v7:16.+", which is the compile item in the last paragraph of our build.gradle.As auto-generated "com.android.support:appcompat-v7:16.+" is actually compiled according to our minimum version 16来 select 16.x.x and above compilers, because as does not know what the specific compiler version is, so it uses a generic "16.+" to represent more than 16 of the compiler line. This may be the design of the previous as (n
1. Install JDK: Download the JDK installation package and configure the environment variables after the installation is complete.2. Download eclipse: Download the Eclipse archive package, unzip the specified location.3. Download the SDK installation package: After installation, configure environment variables4. Download the ADT file: After downloading and installing in Eclipse, configure the SDK directory in Eclipse after installation is complete.5.
) {Intent Intent = new Intent (); Intent.setaction ("Android.intent.action.VIEW"); Intent.addcategory ("Android.intent.category.DEFAULT");/* * Intent.setdata (uri.fromfile (file)); * Intent.settype ("application/vnd.android.package-archive"); */is equivalent to the commented code, but the following method is recommended, there is a finish problem with the annotated method Intent.setdataandtype (uri.fromfile (file), "application/ Vnd.android.package-archive "); StartActivity (intent);}Uninstall t
. If you use adb shell, you generally do not have the write permission for the root directory. You cannot create a directory. If you do not have this directory/mnt/sdcard, you cannot mount the directory.
4. If you use the adb shell, use the remount command to mount a partition of the SD card. For details about the specific operation, see my adb command. Because it is not written into the configuration file, this is required for each power-on operation, when using shell to
1. First, select Settings> Applications> Unknown Sources Checkbox to allow Applications to be installed from non-Android Market channels.
2. Add SDK_ROOT to the system environment variable and point it to the tools directory under the Android SDK installation directory.
3. Start Emulator. You can use adb devices to check whether the PC is connected to Emulator. Adb is in the platform-tools subdirector
Recently, I have an i9000 Android mobile phone with 16 GB memory and no SD card. How can I download it?ProgramTo the memory and then install it?
I started one program a to download another program B. The Downloaded Program B can only be saved in the installation directory of program a ("/data//"), you are not authorized to save the settings elsewhere. You cannot obtain the input/output stream. However, wh
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.