Hey guys when it comes about scripting I have only access to Gdscript which is not bad but I also want some better devlopment so I want to use C sharp and CPP is there any way to add these two languages in Godot ( android Playstore ) please tell.
For cpp you can develop a gdextention library or modify the engine directly. There are arm based cross-compiling tools in the builds systems already. And for export there is no special setup required. They should be included automatically as part of the app.
As for csharp i think its the same, but idk much about required dependencies for android unless its compiled onto a native library for use on android pn export.
Oh, just an fyi, if you decide to implement via modifying the engine, you will probably have to generate your own export templates from the new build i believe.