Unsupported format version '0.3' specified in module metadata
ronitpadariya opened this issue · 1 comments
ronitpadariya commented
When I open the project in android studio 3.3 canary 6 with gradle version 3.3.0-alpha06, I am facing this error "Unsupported format version '0.3' specified in module metadata. This version of Gradle supports format version 0.4 only". The project doesn't sync and build.
kpgalligan commented
All the native builds were done on gradle 4.7. To run this version of the app, you'll need to use AS 3.2 or (maybe) 3.1. I'm testing out updating gradle for the native builds, and it looks like the metadata updates to 0.4, which would let things work, but not sure how long that will take. Maybe today.