can I use c++ to develop xamarin.android?

mc 4,716 Reputation points
2024-10-31T01:32:37.48+00:00

can I use c++ to develop android application ?

and I know I can not use .net library. but I just wonder If I can use c++ to developt it.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,363 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 67,096 Reputation points
    2024-11-01T16:27:15.4333333+00:00

    Android code can call a native library, but while in theory you can call the Android sdk from C/C++, there is limited documentation. You need a good understanding of Java interfacing.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.