E
E
Egor Shustrov2016-10-04 02:13:19
Android
Egor Shustrov, 2016-10-04 02:13:19

Android Studio is it possible in C++?

I know that in visual studio you can write code in Java, and old support for the form C #, etc.
So I'm wondering if it's possible to somehow install and configure the NDK for Android Studio. in order to write in C ++ there,
plz do not need to answer in the form:
Why, write in Java, why is it necessary and the like ..

well, my ass is on fire, I need it and that's it.
If not, then there is nothing to do.
But if YES, can you elaborate on how to do it?
All found here

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rou1997, 2016-10-04
@HeavenlyWaltz

Of course you can, in any case, Android Studio is just a text editor, and this is not the NDK set up for Android Studio, but vice versa.
What exactly to do?
If ordinary Android applications are written in C ++, referring to the Android API classes through reflection, then it is better to ask first of all not "how", but "through which place", and this will be exactly the place that you are on fire! It's better then to look at Embarcadero products, they have the same principle, but everything is already "wrapped" in C ++ classes and there is no need to pervert with reflection.
And if, for example, you write a game based on OpenGL, or optimize certain sections of the code, or make it difficult to decompile, then the Android NDK is intended for this.
Re-read this phrase again, did not confuse anything?

R
RedHairOnMyHead, 2016-10-04
@ThePyzhov

Tyk

P
parkito, 2016-10-04
@parkito

Can. Through native. link1 , link2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question