Overchan Android (Meta Imageboard Client) is an application for browsing imageboards.
Website
Releases
Google Play (without imageboards list)
F-Droid
Version for ARC Runtime (doesn't support SO_KEEPALIVE)
Supported Imageboards
Custom Themes
- JDK 7 (JRE alone is not sufficient)
- Android SDK
- Android NDK
- Apache Ant or Eclipse with ADT
Open the source code directory and run (in the command line):
ant -Dsdk.dir=/path/to/android-sdk -Dndk.dir=/path/to/android-ndk debug
The .apk file (bin/Overchan-debug.apk
) will be signed with the debug key.
Note for Windows platforms:
NDK path cannot contain any spaces but you can use the short name of the path (example: C:\Program Files
→ C:\PROGRA~1
). The short directory name can be found using dir /x
(example: dir /x c:\
)
Just import the project into your workspace (File → Import → Android → Existing Android code into workspace → select the folder).
You may use Android Studio/IntelliJ IDEA at your own risk. The gradle build script is included.
Overchan Android is licensed under the GPLv3.