Coder Social home page Coder Social logo

aix-compiler's Introduction

AIX-Compiler

This is an independent appinventor extension compiler, aixc.

用法1(一般用法):aixc <aix项目目录>
将按照 以下项目结构编译AppInventor扩展组件
组件项目目录
  src
    <组件的所有java源代码>
  assets
    <组件的所有依赖资源>
  jni
    arm64-v8a
      <组件的依赖的arm64-v8a架构的so库>
    armeabi-v7a
      <组件的依赖的armeabi-v7a架构的so库>
    x86
      <组件的依赖的x86架构的so库>
    x64
      <组件的依赖的x64架构的so库>
  lib
    <组件的依赖的所有jar包>
  aiwebres
	<存放组件图标文件>
  descriptor
	<存放组件外部注释/翻译Xml文件>
	
用该方法编译完成后,将生成build文件夹,其中output文件夹中存在aix文件

用法2(高级用法):aixc <build.json文件>
你需要在build.json中写入以下json构建信息,srcs,output为必填项
{
        "srcs":["./src"],
        "output":"./build",
        "descriptor":"./descriptor.xml",
        "assets":["./assets"],
        "aiwebres":["./aiwebres"],
        "jniDirs":["./jni"],
        "libraries":["./lib"]
}

以上json信息中.代表当前build.json所在的目录,也可以直接填写绝对路径

aix-compiler's People

Contributors

zhangzqs avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

aix-compiler's Issues

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.