Error:(54, -1) android-apt-compiler: [hogehoge] C:\Users\hogehoge\AndroidManifest.xml:54: error: Error: No resource found that matches the given name (at ‘value’ with value ‘@integer/google_play_services_version’).
Android Studioで開発中は普通にRunできていたのに、いざ、Google Playへ公開!と思って、Generate Signed APKとすると、次のエラーが出て、証明書でサインされたApkファイルが作れません。
Error:(16, 12) Error: This fragment should provide a default
constructor (a public constructor with no arguments)
(hogehoge.dialog.DaySelectDialogFragment) [ValidFragment]
public class DaySelectDialogFragment extends DialogFragment {
②
また、Android Studioの設定画面で、SVNの設定のディレクトリを指定します。
最初のQuick Startの画面で、Configure→Settingsとクリックします。
Version Control→SubversionのUse System default Subversion…のところに、先ほどダウンロードして設定したSVNのディレクトリ+binを入力して、OKをクリックします。