Unity Development Memo 000003: There is no Android option in External Tools, what should I do?

problem:The red box at the location below does not have an input box for adding JDK and SDK paths.

We know that to package the android version of the application in Unity, you need to install the Java JDK and Android SDK in the Windows environment, and configure the system environment variables, and then after that in Unity->Edit->Preferences->External Tools The path to the JDK and SDK is configured, but this may be the case when installing Unity 5.x, there is no input box for you to enter the address. At this point, when you open the Build Settings dialog and want to publish the Andriod package, its Build and Build And Run buttons are not available (gray), as shown in the red box below.

In fact, this is because the Android build support is not installed when installing Unity software, and there is a button Open Download Page button in the Build Settings dialog box (red box 2 above), click this button to download the Android build support installation package. Install it in the Unity directory and reopen Unity. You will find that the above problems can be solved.

 

 

 

Old grandchild class: fractal.ke.qq.com

Intelligent Recommendation

layui--select use and drop-down box to achieve keyboard selection

Note a few points: 1. The select drop-down box must be placed under the layui-form category. This layui-form does not have to be placed on the form, it is also possible to place it in a div 2. Pay att...

Picture switch

Just a few HTML codes Tag, there is also a span tag Take a look at the css code background-repeat specifies how to repeat the background image. Through the scale() method, the size of the element will...

Pycharm Quickly Install OpenCV

Since the PIP source website that comes with pycharm is a foreign website, many domestic users have extremely slow downloading of other software packages in pycharm, and sometimes they will jump out o...

Use python to crawl the cover picture of Huya anchor live broadcast (scrapy)

Purpose: Use Scrapy framework to crawl the cover image of Huya anchor live broadcast Scrapy (install the Scrapy framework through pip pip install Scrapy) and Python3.x installation tutorial can find t...

More Recommendation

Learning Record - ES6 Modularity and Node (2020-12-10)

1, what is Node? 2, Node and Java / PHP difference? 2.1, node.js and java distinction: 2.2, Node.js and PHP distinction: 3, ES6 modularization (Quote, extracted from) 3.1, Export usage: If you want to...

MAX5468 digital potentiometer

Regarding the use of the MAX5468 digital potentiometer, the digital potentiometer can avoid manual control resistance changes to control the volume. This digital potentiometer has 6 pins. The most pro...

Application of creating and using static libraries

Highly recommended to watchMicrosoft official documents。 Static library Using static libraries (.lib files) is an excellent way to reuse code. Rather than re-implementing the same routine requires one...

Android develops a simple player based on ffmpeg - basics

Audio and video basics Video file format For video, common file formats are: .mov, .avi, .mpg, .vob, .mkv, .rm, .rmvb, and more. The file format usually appears as the suffix of the file when it is st...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top