Cordova target api version 35 or higher

The OS I use is Ubuntu 24.04

What is the error you are getting? I’ve generated a remote dev-bundle, removing the local dev bundle in your local repo, and trying to run meteor should try downloading it.

1 Like

looks like I had a new Python version which was incompatible with node-glyp. After downgrading python it is working

1 Like

Just wanted to say thank you to @nachocodoner

I wanted to confirm I was able to successfully submit my revised app with targetsdk 35 to playstore. My application is still at 2.16* version.

I did the following steps

  • Copied the generated meteor dev-bundle to my app’s .meteor/local/dev-bundle (not sure if it is really required)
  • Changed my targetsdk from 34 to 35 and built the app (and it was accepted by playstore)
1 Like