Android

Android StudioでConstraintLayoutが自動補完されずにエラーが出る問題の解決

Android Studioで開発している時にドラッグ&ドロップでオブジェクトを追加する時に以下のエラーが出て困りました。 Missing Constraints in ConstraintLayout This view is not constrained vertically: at runtime it will jump to the top unless you add …

.apkファイルに署名できない問題

.apkファイルの中の署名鍵を消しましょう。 $ jarsigner -verbose -keystore app/myapp.keystore app/build/outputs/apk/app-release.apk myapp Enter Passphrase for keystore: jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry …