Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Không xuất file apk được #87

Open
HoangTrongKhanh opened this issue May 7, 2024 · 10 comments
Open

Không xuất file apk được #87

HoangTrongKhanh opened this issue May 7, 2024 · 10 comments

Comments

@HoangTrongKhanh
Copy link

chạy lệnh ./gradlew assembleRelease thì lỗi:
../node_modules/react-native-zalo-kit/android/build/intermediates/merged_res/release/values/values.xml:3238: AAPT: error: resource android:attr/lStar not found.

React-Native Info
System:
OS: macOS 14.4.1
CPU: (8) arm64 Apple M1 Pro
Memory: 74.50 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.20.2
path: ~/.nvm/versions/node/v18.20.2/bin/node
Yarn:
version: 1.22.22
path: ~/.nvm/versions/node/v18.20.2/bin/yarn
npm:
version: 10.5.0
path: ~/.nvm/versions/node/v18.20.2/bin/npm
Watchman:
version: 2024.04.22.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /Users/hoangkhanh/.gem/ruby/3.1.3/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.4
- iOS 17.4
- macOS 14.4
- tvOS 17.4
- visionOS 1.1
- watchOS 10.4
Android SDK: Not Found
IDEs:
Android Studio: 2023.3 AI-233.14808.21.2331.11709847
Xcode:
version: 15.3/15E204a
path: /usr/bin/xcodebuild
Languages:
Java:
version: 11.0.23
path: /usr/bin/javac
Ruby:
version: 3.1.3
path: /Users/hoangkhanh/.rubies/ruby-3.1.3/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.14
wanted: 0.72.14
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false

@NgocLe1001
Copy link

#84 (comment)
bạn update theo này xem. mình build apk được nhưng lỗi zalo trả ra

@maitrungduc1410
Copy link
Owner

Để mình thử build release và nhắn các b nhé

@NgocLe1001
Copy link

Để mình thử build release và nhắn các b nhé

 Cảm ơn bạn nhé ạ

@maitrungduc1410
Copy link
Owner

Mình đã thử và vẫn build bình thường cho android release nhé, command:

npx react-native build-android --mode=release
Screenshot 2024-05-10 at 10 43 10 AM

package.json của mình:

"react": "18.2.0",
"react-native": "0.74.0",
"react-native-zalo-kit": "^4.0.5"

@maitrungduc1410
Copy link
Owner

Hình như có người bị tương tự, cần phải update compileSdkVersiontargetSdkVersion lên cao hơn: https://stackoverflow.com/a/69050529/7569705

@HoangTrongKhanh
Copy link
Author

Mình đã thử và vẫn build bình thường cho android release nhé, command:

npx react-native build-android --mode=release
Screenshot 2024-05-10 at 10 43 10 AM `package.json` của mình:
"react": "18.2.0",
"react-native": "0.74.0",
"react-native-zalo-kit": "^4.0.5"

Chạy lệnh gradlew assembleRelease thử xem

@maitrungduc1410
Copy link
Owner

maitrungduc1410 commented May 10, 2024

build thành công nhé b:

Screenshot 2024-05-11 at 1 14 28 AM

cách làm như mình đã nói, cần phải update compileSdk: ở android/build.gradle > buildscript.ext thêm vào như sau:

buildscript {
    ext {
        ...
        ZaloKit_compileSdkVersion = 31
    }

@NgocLe1001
Copy link

NgocLe1001 commented May 11, 2024

ZaloKit_compileSdkVersion

image

@NgocLe1001
Copy link

@maitrungduc1410 ế bạn ơi. được rồi nhé. nhưng magic lắm
"react-native": "0.73.6",

buildscript {
    ext {
        ...
        ZaloKit_compileSdkVersion = 31
    }
}

Hôm nọ mình để lên 33, thì vẫn lỗi, nay để 31 thì được.
Nhưng mình vẫn thấy 2 hash key cho release với develop là khác nhau, mình phải add cả 2 lên zalo developer
Thực sự cảm ơn bạn đã support nhiều.

@maitrungduc1410
Copy link
Owner

Oke b nhé, fix đc là tốt r, mình sẽ ghim issue này lên cho mn về sau đc biết

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants