Get projectid during compiling

I want to get the projectid when generating app of the project but there is no way to get it.
Is there any possible way to get projectid during compiling process?

Could you clarify what you mean by the project ID? And where exactly are you trying to get it in the build process?

I mean the unique number given to every project

trying to get it while generating strings.xml

The project as seen by the build server doesn't contain any reference to its ID in the App Inventor instance. If you're building your own instance of App Inventor, you could add it, but nothing like this is in the production system.

1 Like