Skip to content

Latest commit

 

History

History
144 lines (107 loc) · 3.33 KB

instructions.md

File metadata and controls

144 lines (107 loc) · 3.33 KB

Overview

This is what the folder looks like when u clone / download it

|-main
  |- assets
  |- java
  |- res
  |- AndroidManifest.xml
  |- ReadMe.md

At the end of this instructions you'll have a project folder that look like this

   |- BuildCounter
       |- build
       |- app
          |- src
             |- main
                 |- assets
                 |- java
                 |- res
                 |- AndroidManifest.xml
                 |- ReadMe.md

The following are the steps to get the project to your AIDE

In simplified terms:

  • Download (clone) this repository
  • Generate a project
  • Overwrite the main folder with the downloaded main folder

Note

just a note again, nothing else:D

Download

Using MGit

(if u dont have MGit get it at Google Play or FDroid)

  • open MGit and hit the '+' icon.

  • mGit-step1

  • put https://github.com/IMOitself/build_counter.git to "Remote URL".

  • mGit-step2

  • hit "Clone" button

  • mGit-step3

  • and ta-da!

files are downloaded to
/storage/emulated/0/Android/data/com.manichord.mgit/files/repo/

files-step9

the folder shown above:

|-Android
   |- data
       |- com.manichord.mgit
          |- cache
          |- files
              |- diff
              |- repo
                  |-main      <-- this is the folder:D

Generate Project

Using AIDE

  • create a 'New Android App'

  • aide-step4

  • aide-step5

  • Name: BuildCounter
    Package Name: imo.build_counter.

Paste Downloaded Folder

Using (any file explorer)

the following example images shown below is from Solid Explorer with a customized theme:D

  • navigate to the project folder u generated with AIDE earlier at
    /storage/emulated/0/AppProjects/BuildCounter/app/src/

  • files-step6

  • the folder shown above:

|-AppProjects
   |- BuildCounter
       |- build
       |- app
          |- src
             |- main     <-- this is the folder:D
  • delete the main folder

  • files-step7

  • files-step8

  • navigate back to the downloaded main folder at
    /storage/emulated/0/Android/data/com.manichord.mgit/files/repo/

  • files-step9

  • the folder shown above:

|-Android
   |- data
       |- com.manichord.mgit
          |- cache
          |- files
              |- diff
              |- repo
                  |-main      <-- this is the folder:D
  • copy it

  • files-step10

  • paste it to
    /storage/emulated/0/AppProjects/BuildCounter/app/src/

  • files-step11

  • files-step12

  • the folder shown above:

|-AppProjects
   |- BuildCounter
       |- build
       |- app
          |- src
             |- main     <-- this is the folder:D