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

Android releases for Joplin

NotificationsYou must be signed in to change notification settings

laurent22/joplin-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Android releases forJoplin

This repository only hosts the Joplin APK files. The source code is athttps://github.com/laurent22/joplin and the Google Play page athttps://play.google.com/store/apps/details?id=net.cozic.joplin

You should assume that most of these releases arepre-release unless it is marked as "latest".

Accessing the releases

GitHub has a "won't fix" bug in the way it sorts releases so don't go to the release page. Instead go to the Tags page as they will be sorted in the correct order:

https://github.com/laurent22/joplin-android/tags

Choosing the right version

If you do not know your phone's architecture, you can install the version without prefixjoplin-vX.Y.Z.apk as it includes all the architectures. Otherwise you can find out what architecture your phone is using the following way:

  • Install a Terminal app such astermius
  • Run this command:adb shell uname -m

The reply will tell you what architecture the Linux kernel in your Android OS is running. It tells you this in Linux terminology, rather than Android ABI names:

  • "aarch64" is "arm64-v8a" ABI.
  • "armv7l" is "armeabi-v7a" ABI.
  • "x86_64" is "x86_64" ABI.
  • "i386" or "i686" is Android's "x86" ABI.

[8]ページ先頭

©2009-2025 Movatter.jp