android

Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.

The latest Android studio version (2021.3.1.16) running error latest solution (2022-September): Finally, here are the personal cloud disk download links for the three Android studio versions (the official Android version seems to be unavailable for download) Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager. I just started learning Android developme... »

Error 1: CommandWithNoStdoutInvokationFailure Unable to start the ADB server.

Error 1: CommandWithNoStdoutInvokationFailure: Unable to start ADB server. Please make sure the Android SDK is installed and is properly configured in the Editor Error 1: CommandWithNoStdoutInvokationFailure: Unable to start ADB server. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details. UnityEditor.Android.Command.RunWithShellE... »

Huawei Cloud IOT Android application development detailed tutorial

Huawei CloudIOT AndroidDetailed tutorial on application development (Android Studiodevelopment) Chapter 0Introduction       Hello everyone, the tutorial released in the last issue tells you how to use the official Java Demo provided by Huawei Cloud IoT platform to write Java host computer programs. Since it mainly uses GET requests to query device shadows and query devices, we have received many r... »

Flutter project packaging to generate APK

Flutter implements Android packaging: (take Android Studio tool as an example) (1) Create key.jks file Adjust to the project path in Android studio, for example:My project location E:\Flutter\fluttershuqi> Then enter the command: keytool -genkey -v -keystore E:\Flutter\fluttershuqi\key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key Lastalias key, key refers to the alias of the signatu... »

Download Android Studio

1. Overview of Android Studio Android Studio is an Android integrated development tool launched by Google, based onIntelliJ IDEA. similar toEclipse ADT, Android Studio provides integrated Android development tools for development and debugging. 2. Android Studio download steps 1.Android Studio download address        https://developer.android.google.cn/studio License agreement tick Download the in... »

Unity and iFlytek voice interaction: using aiui skills

Voice interaction When it comes to artificial intelligence, it cannot be separated from voice. Everyone will think that a device that can talk to people is a manifestation of intelligence. In terms of domestic voice intelligence research and development, iFlytek is recognized as the best. When understanding voice intelligence, customers have mentioned The one is iFlytek, because their goal is to m... »

Use ADB to uninstall built-in applications

ADB is easy to use 1. Open the adb window method 1. Enter the command window through the cmd command and enter the path to the adb.exe directory. 2. Directly find the folder where adb.exe is located, Shift + right-click powerShell to open it directly. Personally, I prefer the second method. Everyone is used to it and can choose freely. 2. Basic operations 1. Check the number of adb device connecti... »

Understanding of mainAxisAlignment and crossAxisAlignment in flutter

When I first started learning Flutter, I was confused about the two attributes mainAxisAlignment (main axis) and crossAxisAlignment (cross axis). Let’s record how to distinguish them. The code for this learning class is as follows: import 'package:flutter/material.dart'; class ChoicePicture2 extends StatefulWidget { const ChoicePicture2({Key? key}) : super(key: key); @override _PictureState create... »

Kotlin learning path (2): control flow

Article directory 1. Basic control statements1.1 if expression1.2 when expression 2. Loop statement2.1 for loop2.2 while loop and do..while loop 3. Label3.1 Basic applications3.2 Implicit use of labels 1. Basic control statements The following mainly understands the basic control statements of Kotlin: if, when statements 1.1 if expression Kotlin’s if expression is basically the same as Java&... »

The uniapp copy function cannot be copied by ios, h5, or some browsers.

Table of contents 1. Copying of h5 and APP terminals (ios and android terminals, both packaged and generated by uniapp): 2. For h5 iframe, when the ios and android sides nest our web pages through webview (the ios and android sides adopt native development). 3. Some browsers cannot copy. 1. Copying of h5 and APP terminals (ios and android terminals, both packaged and generated by uniapp): For copy... »

Page 1 of 83123»