android

Google play game services + 2020 new play console credential issue - bad know how

Introduction 前置きは(色々あるものの)省略。 メモです。 おそらく1年後には無用の長物となるでしょう。Play storeが新しくなり Google play game services が見ため的に各アプリの1項目の様にメニューが再編成されました。 と同時に、何やら今までと操作…

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

Introduction とあるサンプルを動かそうと、DLしたファイルをAndroidStudio3.2.1でインポートしたところ No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-androidといわれました。 Why ? \Android\sdk\ndk-bundle\to…

Failure [INSTALL_FAILED_INVALID_APK]$ adb shell pm uninstall Unknown failure (Failure)Error while Installing APK

Introduction USBデバッグがコケる(インストールができない)解決方法を 毎回忘れて調べるのでメモ root端末(であることが原因かも調べてないが)で、年に1回くらい起きる About stackoverflow.com自分の場合はこれ。 7 How to solve this issue: Install …

Android OCR (Optical Character Recognition)

Introduction 「Android ocr 開発」なんかで検索すると、古い記事が多く、C++でコンパイルするとか出てきました。 今は gradle の dependencies に1行書くだけで使えるようです。 大元は、Tesseract OCR というApache License, Version 2.0なライブラリのよ…

Android6.0 (API23) Permission を何とかするコード

Introduction Marshmallow からのDangerous Permissionsの扱いが凶悪なのでいろいろと参考に、書いてみました。 というか、パクリ。というかニコイチみたいな。 Overview どう動くかというと、 文字で書こうとしたけど、めんどくさいのでUTSLじゃなくて、動…