V
V
Victor2014-07-19 11:41:55
Java
Victor, 2014-07-19 11:41:55

How to call a java method (not static) from C++ (android)?

I'm trying to figure out how to call java from c ++, but I haven't collected anything working. You just need to call the void method, not static. I'm trying to launch a java method for in-app purchares by clicking a button in C++. Please let me know if there are any working examples on the internet.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bimeg, 2014-07-19
@AkylaQD

The difference between static and non-static is the presence of an instance on which the method is called. The rest is exactly the same.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question