Can I run a c program which I cross compiled in my android phone without rooting it? I thought that I could use only API provided by Google ie Java only.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As an addition to user1203673’s answer, you can download the NDK here, it comes with example code.
Using the NDK doesn’t require root access and, although not recommended by google, can be used entirely without java.