当前位置:网站首页>Flutter is configured with a domestic image and connected to the real machine
Flutter is configured with a domestic image and connected to the real machine
2022-06-29 06:36:00 【Cold Snowflakes】
stay flutter\packages\flutter_tools\gradle Under the folder , find flutter.gradle file
buildscript {
repositories {
maven {
url 'https://maven.aliyun.com/repository/google'}
maven {
url 'https://maven.aliyun.com/repository/central' }
maven {
url 'https://maven.aliyun.com/nexus/content/groups/public'}
google()
mavenCentral()
// maven {
url 'https://dl.google.com/dl/android/maven2/'}
}
dependencies {
/* When bumping, also update ndkVersion above. */
classpath 'com.android.tools.build:gradle:4.1.0'
}
}
This is for ,flutter run when , Don't be too slow .
stay flutter Project android/build.gradle In file , Make the same changes .
Connect the real machine
Download first ,Goole Usb Driver.
Mobile phone open ,USB Debug mode , Connect USB To configure ( Multimedia transmission )
flutter devices
flutter run
flutter run Stuck in Running Gradle task ‘assembleDebug’
Gradle Download question
vscode Development fluter Points for attention when connecting the real machine
function Flutter run slow
Android At home Maven Warehouse
vscode Build native app development environment
边栏推荐
- Linux Installation redis
- Aging design guide for applets
- 2022.02.15 - 240. Lucky number in matrix
- [chromium] win10 vs2019 environment chromium configuration and compilation.
- 融入STEAM教育的劳动技能课程
- VLAN experiment
- Why is there a packaging type?
- Browser local storage
- Difference between URI and URL
- Design and practice of kubernetes cluster and application monitoring scheme
猜你喜欢

The most complete machine learning model training process

2022.02.15 - SX10-31. House raiding III

Unity AR Shadow 阴影

关于 localStorage 的一些高阶用法

2022.02.14 - 239. A single element in an ordered array

How to change the password after forgetting the MySQL password (the latest version of 2022 detailed tutorial nanny level)

QT writing map comprehensive application 58 compatible with multi browser kernel

Leetcode simple question: judging the color of a grid on a chess board

Test Development - ten years of sharpening one sword (VII) interface test tool postman

Fault: NetBt log for id4321
随机推荐
Subtotal of C language -- basic data types and their representations
Illustrate plug-in -- AI plug-in development -- creative plug-in -- astute graphics -- path width style function
Activiti Designer
Small program large screen adaptation Guide
'only_ full_ group_ The influence of by'sql mode on group by and its treatment
Week 10 - task 1- fill in the blank: line class inherits point class
Browser local storage
力扣每日一题-第30天-1281.整数的各位积和之差
Servlet version conflict causes page 404
Print Yanghui triangle
2022.02.14
2022.02.15 - SX10-31. House raiding III
Design and practice of kubernetes cluster and application monitoring scheme
AIRNET notes 1
Linux Installation redis
How to change the password after forgetting the MySQL password (the latest version of 2022 detailed tutorial nanny level)
Why is there a packaging type?
Fresnel diffraction with rectangular aperture based on MATLAB
ASP. Net core 6 framework unveiling example demonstration [03]:dapr initial experience
配置Flutter开发环境