The Android Market is essentially Android’s answer to Apple’s iPhone App Store. As of September 2009, the Android Market already offered well over 10,000 applications, and this number has only continued to grow. In addition to the applications the Android Market offers, you can also use it to install other downloaded third party applications.
1. Copy the APK file to your Android’s memory card and insert the card into your phone.
  2. Download and install the Apps Installer application from the Android Market
  3. Once installed, the Apps Installer will display the APK files on the memory card.
  4. Click and install your APK files.
C4droid (C/C++ compiler) v3.51
Requirements By Download Apk Files | Android Apps | Android Market | Osdroid.blogspot.com: Android: 2.1  up
Overview: C4droid  a simple C/C++ IDE + C/C++ compiler  Android  Makefile support.
C4droid already has almost full C language support,   don’t need  wait when it will be added.
You   write  own lications  Android phone,  run m. T  uses TCC  uClibc,  it has full support of ANSI C  some support of ISO C99. C4droid  be used  educational purposes   practice  C language. 
[break]
Some components of C4droid are LGPL-licensed. You  download used source code of TCC  uClibc  ir bsites (B TCC had  modified by me,  I recommend  email me  get modified source).
C4droid includes Android Terminal Emulator     run  lication comtably.
To get C++ support  need:
1) Install GCC plugin (C4droid will ask   install it).
2) Select G++ compiler  C4droid preferences.
3*) Use iostream, not iostream.h
4*) Add “us namespace std;”   program (bee int main)
To compile Makefile projects, open any file   same folder  Makefile  long-click “Compile”  configure current directory (C4droid will create .c4droid configuration file when ’ll press Ok). After configur folder,   press compile bton  C4droid will build  project.
Don’t get  enter execable name  select compilation mode ( press ok also, else changes will be discarded)
C4droid supports SDL, NativeActivity  Qt  GUI now, install SDL plugin  C4droid  use it (only GCC/G++ compiler  supported,   need GCC plugin).
(SDL  detected  #include “SDL.h”, NativeActivity  detected  #include “android_native__glue.h”, Qt  detected  #include “QtGui”).
There  an experimental support  Qt us necessitas, b note  it’s  alpha stage.
Qt support limitations:
1) Path  Ministro libraries  hardcoded (/data/data/org.kde.necessitas.ministro/files/qt/l),  email me if it will change.
2) Only QtCore  QtGui libraries are supported by C4droid  now.
3) If ’re compil a sle-file Qt ,  must  #include “sourcefilenamewithcpp.moc”   end of file. If ’re us .pro file  compilation,  don’t need   .
Quick manual:
If  have found a bug    not work, email me.
If  crashes  start, reboot  device, it’s a Google Play/Android bug.
Long click save bton  “save ”, long click run  run  arguments.
Result of compilation (binary)  placed  “/data/data/com.n0n3m4.droidc/files/temp”, because sdcard doesn’t have permission  execion by default.
If  have “Illegal instruction” error, us internal compiler (TCC), install GCC plugin, GCC supports softfloat (by default).
C4droid will check license via  Internet.
Report bugs at n0n3m4@gmail.com.
More Info:
https://play.google.com/store/s/details?id=com.n0n3m4.droidc&hl=en





