to develop together, so need a unified building tools, but you usually do not pay attention to it.Pull the build tool, general C + + projects with make, or Premake. And Java is generally ant,ivy,gradle,maven, and there is a direct shell, is not many have not heard of it?So, to see the open source project is the time to have a long experience ... "Understanding: Building tools, my understanding is that the build tool is equivalent to providing us with a project structure for a new project, and i
Label:Download the official Android adt-bundle-linux-x86_64-20131030 in Ubuntu 12.04 when the 64-bit system starts, Tip:
Unexpected exception ' cannot run Program "/HOME/XX/SDK/PLATFORM-TOOLS/ADB": java.io.IOException: error=2, No Such file or directory ' while attempting-get ADB version from '/home/xx/sdk/platform-tools/adb '
And there's a strange question:The Android example created did not generate an R file and checked several times
You may encounter problems with people who build an Android development environment for the Linux platform, as follows:64-bit Linux installation 64-bit eclipse and 64-bit JDK after opening eclipse error "" Cannot run Program "/HOME/UV/IDE/ADT/SDK/PLATFORM-TOOLS/ADB": error=2 , No such file or directory ", this is because ANDROID-SDK ADB only has a 32-bit version number, so you have to install 32 bit to compile software.The workaround:For the Debian de
Configure ADT in myeclipse 9.1 (configure the android development environment in link mode)
Android SDK Installation
Android SDK 4.0.3 Development Environment configuration and running
Installing ADT in eclipse is simple. You can directly decompress the downloaded ADT file and overwrite the features and plugins directories in the eclipse directory. myeclipse c
Abends:
Cannot complete the install because one or more required items cocould not be found.
Software being installed: Android development tools 11.0.0.v201105251008-128486 (COM. Android. Ide. Eclipse. ADT. feature. Group 11.0.0.v201105251008-128486)
Missing requirement: Android development tools 11.0.0.v201105251008-128486 (COM. android. IDE. eclipse. ADT. feature. group 11.0.0.v201105251008-128486) requi
(Android. policy_phone). Stop. Error.
Solution:
In row 89th of build/tools/findleaves. Sh,
Find "$ {@: 0: $ nargs}" $ findargs-type F-name "$ FILENAME"-print |
Change to find "$ {@: 1: $ nargs-1}" $ findargs-type F-name "$ FILENAME"-print |
2. Frameworks/base/tools/aidl/ast. cpp: 10: Error: 'fprintf' was not declaredIn this scope Error
Solution:
Download gcc-4.3 and G ++-4.3
Apt-Get install gcc-4.3 g ++-4.3
Because ubuntu 9.10 comes with GCC 4.4, You need to download GCC 4.3 again, and finally
A system must be equipped with an android client to quickly build an android development environment. The process is as follows:
1. Download JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Install JDK. My installation directories are c: \ Java \ jdk1.7.0 _ 17 and c: \ Java \ jre7;
2, download Android SDK kit adt-bundle-windows-x86, http://developer.android.com/sdk/index.html about 4 hundred m, which contains eclipse and S
What is ADT?
Eclipse plug-in-ADT, ADT (Android developer tool) ADT is a plug-in installed on Eclipse, used to connect eclipse and adnroid SDK
Install ADT online
Open eclipse, open "Help-> install new software", and enter http://dl-ssl.google.com/android/eclipsein "locatio
DT is the Eclipse plug-in used for Android development. The key to ADT's normal use on Eclipse is that their versions must be compatible. Therefore, it is recommended to install the ADT plug-in online. It will automatically find the appropriate version based on the eclipse version.
1. Install the ADT plug-in online
Start eclipse. For eclipse3.5 or eclipse3.6, select "help"> "install new software... ", i
Objective
ADB Bundle
The Java version of the ADT bundle's pit
ADT bundle pits are unable to create the project normally
ObjectiveThis blog to organize the author in the Mac under the use of ADT bundle of pits, Google Now also does not support eclipse, developers also to abandon Eclipse, But given that most Java developer
: http://www.oracle.com/technetwork/java/javase/downloads/index.htmlYou may need to configure environment variables after installation, but it is said that after the JDK1.7 version, the installation will have Java.exe,javaw.exe,javaws.exe 3 executables in the System32 directory.This can explain why not configuring the environment variable can also input java-version in cmd, but in this case the input javac is not reactive, so it might be better to configure the environment variable.Download of 2
http://894503895.diandian.com/post/2012-05-16/186956481. Install Eclipse. : http://www.eclipse.org/downloads/Note: Install version 3.6 and above2. Installing ADT(1) Online installationOpen Eclipse, select Help->install New software ... Pop-up Install new software windowEnter https://dl-ssl.google.com/android/eclipse/in "work with"Select All software, always next, you need to accept the accept, until the installation is complete.PS: If you have not suc
There is an Android app big project, referencing a lot of class libraries, has been running well, today I upgraded the Eclipse ADT plugin to the latest version (V22), while also upgrading SDL. In the entireThe upgrade process is good, no problem, when I reached the APK on the phone run, error noclassdeffounderrorJava.lang.NoClassDefFoundError:org.acra.ACRA....The ARCA library is included in the Lib library, I can see in the Android Private Libraries,
Problem description
An error occurred while updating SDK Manager.
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to http://dl-ssl.google.com refused
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: hostname in certificate didn't match:
Failed to parse https://dl
First, build the Android development environmentRecently, to learn the basics of Android development, we started to build the Android development environment under Windows.Find some relevant blog post reference, basically are to download and install the JDK separately, Eclipse, ANDROIDSDK, ADTLater found Android SDK download official address, provide an ADT bundle download.This ADT Bundle already contains A
Problem descriptionProblem with SDK Manager updateFailed to fetch URL Https://dl-ssl.google.com/android/repository/repository-6.xml, reason:connection to https:// Dl-ssl.google.com refusedFailed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason:connection to/HTTP Dl-ssl.google.com refusedFailed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason:hostname in Certificate Didn ' t match: Unable to resolve https://dl-ssl.google.com/and
JDK Download:1http://www.oracle.com/technetwork/java/javase/downloads/index.html2 Configuring environment variablesjava_home: create. The value is: The JDK's installation path on your computer.PATH: edit. The value is:%java_home%\bin.CLASSPATH : Edit. Configure two values with a value of:.; %java_home%\lib\tools.jar(where the first value indicates that the JVM First searches the current directory). 3 Test VariablesOpen cmd, enter command Java–version and Javac, and if return information is pres
JNI is the interface for Android to call the library written in C ++. The difference between C ++ and Java is not discussed in this article. In addition, it only records how to build the environment.
First, download the ADT package and the ndk package.
The ADT package contains eclipse, so you do not need to install eclipse.
After installation, there are two methods to compile the JNI project.
One way is
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.