hyzp_ybqx-Commit027:开始实现兴文县App。按照 yzp_ybqx-Commit026-区县切换新方法-OK 切换到 hyzp_ybqx511528_xingwen 版本,编译运行成功,但登录失败

This commit is contained in:
WinUser01
2021-12-17 09:04:42 +08:00
parent a196f91139
commit fc175fa3d1
64 changed files with 393 additions and 386 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche"
applicationId "com.flutter.hyzp_ybqx511528_xingwen"
minSdkVersion 21
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
+3 -3
View File
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche">
package="com.flutter.hyzp_ybqx511528_xingwen">
<!-- * What went wrong:
Execution failed for task ':app:generateDebugBuildConfig'.
> org.xml.sax.SAXParseException; systemId: file:/R:/FlutterProject/FlutterProject33/hyzp_ybqx/android/app/src/main/AndroidManifest.xml; lineNumber: 69; columnNumber: 48; ��Ԫ
@@ -35,9 +35,9 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
android:name="com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche.MyApplication"
android:name="com.flutter.hyzp_ybqx511528_xingwen.MyApplication"
android:icon="@mipmap/ic_launcher"
android:label="宜宾三江新区黑烟抓拍"
android:label="宜宾市兴文黑烟抓拍"
android:networkSecurityConfig="@xml/network_security_config"
android:usesCleartextTraffic="true"
tools:replace="android:label">
@@ -1,4 +1,4 @@
package com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche;
package com.flutter.hyzp_ybqx511528_xingwen;
import io.flutter.embedding.android.FlutterActivity;
@@ -1,4 +1,4 @@
package com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche;
package com.flutter.hyzp_ybqx511528_xingwen;
import com.baidu.flutter_bmfbase.BmfMapApplication;
@@ -16,7 +16,7 @@
<item android:top="37.5dp">
<bitmap
android:gravity="fill"
android:src="@mipmap/hyzp_ybqx511505_sanjiang_new_area_launche" />
android:src="@mipmap/hyzp_ybqx511528_xingwen_launche" />
</item>
</layer-list>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 KiB

After

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

+1 -1
View File
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.flutter.hyzp_ybqx511505_sanjiang_new_area_launche">
package="com.flutter.hyzp_ybqx511528_xingwen">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->