Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

zdavatz/AmiKo-Android

Repository files navigation

Build

make amiko ormake comed.

To create .aab App Bundle:

make bundleAmikomake bundleComed

these will also download the all the files (DB, Report and Interactions).

runmake -B amiko to rebuild.

Setup for Android Studio

This setup isgradle based.

1. Install Android Studio

https://developer.android.com/studio/

2. Open Project with Android Studio

3. Database

databases are in

src/amiko/assets/ form here:http://pillbox.oddb.org/amiko_db_full_idx_de.zip (AmiKo, DE)src/comed/assets/ from here:http://pillbox.oddb.org/amiko_db_full_idx_fr.zip (CoMed, FR)

3.1 Full text search database

src/amiko/assets/ form here:http://pillbox.oddb.org/amiko_frequency_de.zip (AmiKo, DE)src/comed/assets/ from here:http://pillbox.oddb.org/amiko_frequency_fr.zip (CoMed, FR)

4. Report File

report files are in

src/amiko/assets/ from here:http://pillbox.oddb.org/amiko_report_de.html (AmiKo, DE)src/comed/assets/ from here:http://pillbox.oddb.org/amiko_report_fr.html (CoMed, FR)

5. Constants.java

inConstants.java setAPP_VERSION,GEN_DATE andDB_VERSIONto build with Intellij this does not have to change.

5.1 HIN Credentials

Copysrc/main/java/com/ywesee/amiko/hinclient/HINClientCredentials.java.sample toHINClientCredentials.java,and fill in the fields.

6. AndroidManifest.xml

inAndroidManifest.xml increase versionName (=APP_VERSION inConstants.java)

7. Launch Icon Desitin

change android:icon to@drawable/ic_launcher

in these locations:

res/layout/splash_screen.xmlres/values/styles.xml

License

GPLv3.0


[8]ページ先頭

©2009-2025 Movatter.jp