You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
(1)为了开发测试,暂时恢复支持"x86"模拟器,等发布时再取消。
在 R:\FlutterProject\FlutterProject61-hyzp_ybqx_with_ios\hyzp_ybqx\android\app\build.gradle 文件中的下面位置添加"x86"支持
ndk {
abiFilters "x86", "arm64-v8a", "armeabi", "armeabi-v7a", "mips" // 不支持"x86", "x86_64"模拟器
}
(2)将 pubspec.yaml 中的路径修改为 macOS 兼容的路径格式(使用 `/` 并指向正确位置):
将文件 R:\FlutterProject\FlutterProject61-hyzp_ybqx_with_ios\hyzp_ybqx\pubspec.yaml 中的
flutter_superplayer:
path: .\lib\my_flutter_superplayer
修改为:
flutter_superplayer:
path: ./lib/my_flutter_superplayer
(3)手动统一项目的组织标识
A、获取R:\FlutterProject\FlutterProject61-hyzp_ybqx_with_ios\hyzp_ybqx\android\app\build.gradle中的applicationId
defaultConfig {
applicationId "com.flutter.hyzp_ybqx"
}
B、修改iOS的PRODUCT_BUNDLE_IDENTIFIER,苹果AppID不支持下划线
将文件
R:\FlutterProject\FlutterProject61-hyzp_ybqx_with_ios\hyzp_ybqx\ios\Runner.xcodeproj\project.pbxproj中的
com.example.hyzpYibin
全部替换为:com.flutter.hyzpYbqx
|
7 months ago | |
|---|---|---|
| Scrshot-03-OK | 4 years ago | |
| android | 7 months ago | |
| assets | 7 months ago | |
| ios | 7 months ago | |
| lib | 7 months ago | |
| test | 4 years ago | |
| .gitignore | 4 years ago | |
| .metadata | 4 years ago | |
| README.md | 4 years ago | |
| hyzp_yibin-Commit136-已经通过修改 flutter_bmfmap_1.0.2,实现加载外部存储中的.png带文本的标识图标.png | 4 years ago | |
| pubspec.lock | 2 years ago | |
| pubspec.yaml | 7 months ago | |
README.md
hyzp_ybqx
HeiYanZhuaPai_qx_name Flutter application .
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.