[Android] Lỗi Unable to determine Android SDK directory khi build app bundle

Table of Contents

[Android] Lỗi Unable to determine Android SDK directory khi build app bundle

Lỗi Unable to determine Android SDK directory.

image

Cách sửa

Tạo file tên local.properties nằm trong thư mục chứa gradlew bundle với nội dung như sau

sdk.dir=sdk.dir=/path/sdk example

Ví dụ trường hợp của mình là

sdk.dir=C:/Users/soiqu/AppData/Local/Android/Sdk

image

Để tìm được đường dẫn đến Android SDK thì mở Android Studio lên

image

image

Kết quả

image

Tham khảo

https://stackoverflow.com/questions/67398608/unable-to-determine-android-sdk

Leave a Reply

Your email address will not be published. Required fields are marked *