Per default Wappler creates a Capacitor 4 mobile app. The latest Android Studio (Giraffe) however runs on much newer tech and requires the latest Capacitor 5
You can easily upgrade your Wappler project to Capacitor 5 by opening a terminal within Wappler and running:
npm i -D @capacitor/cli@latest
and then:
npx cap migrate
answer the questions and you project will be migrated.
As explained in:
To also update the Wappler settings with the new Android Studio path, just open the Wappler Global Settings / Mobile and enter the JDK path there as:
/Applications/Android Studio.app/Contents/jbr/Contents/Home
Then also restart Wappler after that.
You should be able to run the mobile app in both iOS and Android Emulators and also open in for futher publishing in Android Studio or Xcode