Thread: How to Create APK package for Google Play Store App from a Program written in C?

  1. #1
    Registered User
    Join Date
    Oct 2014
    Posts
    3

    Question How to Create APK package for Google Play Store App from a Program written in C?

    The program itself execute and run under Linux, for example, linux shell of an Android phone. I want to be able to distribute it on Google Play Store App.

  2. #2
    Registered User
    Join Date
    Nov 2012
    Posts
    1,393
    This is not really a C programming question. Also did you do any searching on this before you came to the forum? Here is one hit you can try Packaging linux binary in Android apk - Stack Overflow

  3. #3
    Registered User
    Join Date
    Oct 2014
    Posts
    3

    Red face

    Quote Originally Posted by c99tutorial View Post
    This is not really a C programming question. Also did you do any searching on this before you came to the forum? Here is one hit you can try Packaging linux binary in Android apk - Stack Overflow
    Thanks for reply

  4. #4
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Qt lets you make android apps now. Have a look at that. It's C++, and not C, but I suspect that you could write code in C and package it in an APK.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  5. #5
    Registered User
    Join Date
    Jul 2012
    Posts
    51
    I came across this the other day while reading up on Android. It might be what you're looking for?

    developer.android.com | Android NDK

  6. #6
    Registered User
    Join Date
    Oct 2014
    Posts
    3
    Quote Originally Posted by fnprintf View Post
    I came across this the other day while reading up on Android. It might be what you're looking for?

    developer.android.com | Android NDK
    Looks like something i could use, Qt looks like an option aswell, thanks guys for helping out

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 11-20-2013, 10:20 AM
  2. C++: What package should I learn to create real world programs?
    By DecoratorFawn82 in forum C++ Programming
    Replies: 0
    Last Post: 11-19-2013, 01:52 PM
  3. Google Written Test question...!
    By manasij7479 in forum General Discussions
    Replies: 15
    Last Post: 10-25-2013, 06:00 PM
  4. Replies: 4
    Last Post: 02-08-2010, 11:15 PM

Tags for this Thread