Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既存のデータベース (テキストのみ) を使用する Android アプリケーションを作成していますが、データベースが大きすぎる (約 130 MB) という問題があります。圧縮しようとしました (.zip -> 42 MB) が、それでも大きすぎます。どうにかして小さくするか……。
データベースにインデックスが含まれている場合は、インデックスなしで出荷し、データベース ファイルを解凍した後に作成してください。
Try to compress your file into .obb file. Use for that jobb.exe