Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soiqualang/9898298d2d534d4d2feb9dd0f7cc412b to your computer and use it in GitHub Desktop.
Save soiqualang/9898298d2d534d4d2feb9dd0f7cc412b to your computer and use it in GitHub Desktop.
[IONIC] Fix lỗi No Java files found that extend CordovaActivity

[IONIC] Fix lỗi No Java files found that extend CordovaActivity

Thông tin lỗi

image

Cách sửa

# Xóa, thêm lại android mới nhất
ionic cordova platform rm android
ionic cordova platform add android@latest

ionic cordova prepare android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment