Giter VIP home page Giter VIP logo

Vialiy Ivanchenko's Projects

android-gcc-toolchain icon android-gcc-toolchain

Enable you to use NDK's standalone toolchain easily, quickly and magically for cross-compile

android-tcc icon android-tcc

Bellard`s TinyCC for Android http://bellard.org/tcc/

apkreator icon apkreator

Create gorgeous Android root apps in seconds with only a few lines of XML!

batchpackapk icon batchpackapk

Batch package Android apk with channel string,Don't need keystrore. Only use a signed apk,Pack a large number apks in one second.

brackets icon brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.

direct-load-apk icon direct-load-apk

Direct - load - apk is a very powerful plugin framework, through the use of it, you can achieve incredible function -----load directly from a basic apk!

eawebkit icon eawebkit

The trimmed version of Webkit by Electronic Arts

gcc-for-android icon gcc-for-android

最简单的方法: 首先下载个GCC Plugin for C4droid 官方下载地址:https://market.android.com/details?id=com.n0n3m4.gcc4droid 或者这个地址,感谢Oxt提供的(ps:网上搜的):http://115.com/file/bhtwhm5k# com.n0n3m4.gcc4droid-1.apk 我自己上传的是这个(gcc.zip,也就是拿出来的文件):http://115.com/file/belmf820# 然后,在WIN下可以用解压的方法提取出里面的gcc.zip。因为GCC是免费的,而且GCC的条款的规定可以让我们合法利用这个。也就是说我们所做的并非是什么偷鸡摸狗之事。或者,在LINUX下直接打开文件,解压出来。方法是一样的,在MAC上也是如此。 [python] view plaincopyprint? adb remount adb shell adb push gcc /sd-ext/home/gcc 也就是将文件放到手机上的某个地方,因为将这个作为HOME目录的关系,所以也是这个作为gcc的目录。 然后,gcc/bin下的两个文件为gcc g++,比较方便 接着修改下home目录的.profile,添加上这么几行 [python] view plaincopyprint? export GCCHOME="/sd-ext/home/gcc" export GCCPATH=$GCCHOME/bin:$GCCHOME/arm-linux-androideabi/bin:$GCCHOME/libexec/ export PATH=$PATH:$GCCHOME:$GCCPATH ] 试着写个hello.c运行下。也就是传说中的android gcc,很帅吧 关于android bash的方法,自带的终端用的是sh不是bash,也因此我们可以用这个,比较吸引人。 下载地址:http://115.com/file/belm038k# 方法就是push到那些文件中,然后就OK了。 Android上使用python也是如此方法,除了在.profile上些许不同之外,都是将文件push到home目录就行了。 搜索sl4a,下载地址:code.google.com/p/android-scripting/ [python] view plaincopyprint? export PYTHONHOME="/sd-ext/home/usr/python2.6" export PYTHONPATH=.:$PYTHONHOME:$PYTHONHOME/site-packages export PATH=$PATH:$PYTHONHOME:$PYTHONPATH

librocket icon librocket

libRocket - The HTML/CSS User Interface library

mofo-ui icon mofo-ui

Mozilla Foundation's React component library. The peanut butter to mofo-bootstrap's jelly.

open-event-android icon open-event-android

Open Event Android App Generator https://github.com/fossasia/open-event-android/raw/apk/sample-apk-development.apk

polly icon polly

:wrench: Collection of CMake toolchain files and scripts for cross-platform build and CI testing (GCC, Visual Studio, iOS, Android, Clang analyzer, sanitizers etc.)

rose icon rose

Cross-Platform C++ SDK that based on SDL.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.