ANDROID

ANDROID

【サクラ cron】さくらサーバーにcronでphpを処理させる

サクラのcronは少し癖があります。 cronの設定方法ですが cd /home/●●●●/www/test/cron ; /usr/local/bin/php cron.php これで動きます。 他サーバーと違いまず cd でディレクトリ...
ANDROID

【AWS】lightsailをちょっといじってみたレビュー

5$のプラン入れてみた 噂のAWSのlightsailというVPSがいいという事で早速やってみました。 ものは試しにAWSにユーザー登録して、lightsailの5$のインスタンスプランでVPSサーバーを作ってみました。 ボタンボンボンで簡...
ANDROID

android studio intent(インテント)とは?

インテントとは、androidで画面を遷移する際にActivetyを呼び出すしくみです。 例えばボタンを押したらトップページに戻る画面遷移をしたい場合は Intent intent2 = new android.content.Intent...
ANDROID

android studio タイトルバーを非表示にする

res/values/styles.xml の <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> を <style name="AppTheme" pa...
ANDROID

android studioで「This LinearLayout layout or its RelativeLayout parent is useless」のエラー

<span style="color: #ff0000;">This LinearLayout layout or its RelativeLayout parent is useless</span> このエラーは、余計なレイアウトがあり...
ANDROID

android studioでエラー「Gradle sync failed: Minimum supported Gradle version is 5.4.1. Current version is 5.1.1. If using the gradle wrapper, try editing the distributionUrl」

<strong><span style="color: #ff0000;">Gradle sync failed: Minimum supported Gradle version is 5.4.1. Current version is ...
ANDROID

android studioでAVD起動時にエラー「Session ‘app’: Install failed.Installation failedRerun」

Session 'app': Install failed.Installation failedRerun このエラーはデバイスが対応していない時に出ます。 違うデバイスをインストールすれば解決。
ANDROID

android studioのインストール時にエラー「Your SDK location contains non-ASCII characters」

android studioのインストール時に 「Your SDK location contains non-ASCII characters」 のエラーが出てしまった。 このエラーはSDKフォルダを生成する時に日本語のパスが含まれている...