仮想アプライアンス"C:\Users\wanko\Downloads\z.ova"のオープンまたは解析に失敗しました。 Error in (line 158) -- Invalid value 'WAS' in AudioAdapter/@driver attribute. F:\tinderbox\win-6.1\out\win.amd64\release\obj\VBoxAPIWrap\ApplianceWrap.cpp[407] (long __cdecl ApplianceWrap::Interpret(void)). 終了コード : E_FAIL (0x80004005) コンポーネント: ApplianceWrap インターフェース: IAppliance {86a98347-7619-41aa-aece-b21ac5c1a7e6}新しいVirtualBox7~で追加された概念情報「WAS」が 、古いVirtualBox6~で非互換のようです。当然 VirtualBox6~をVirtualBox7~へアップデートすればインポートできます。どうしても VirtualBox6~ で動作させたい場合・・・▼
# cat /etc/redhat-releaseAlmaLinux release 8.8 (Sapphire Caracal)
# uname -r4.18.0-513.9.1.el8_9.x86_64
$ cat /etc/redhat-releaseCentOS Linux release 7.7.1908 (Core)
$ uname -r3.10.0-1062.el7.x86_64
$ cat /etc/redhat-release CentOS release 6.8 (Final)デフォルトは php 5.3。...▼
Android Studio Dolphin | 2021.3.1 Build #AI-213.7172.25.2113.9014738, built on September 1, 2022 Runtime version: 11.0.13+0-b1751.21-8125866 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1280M Cores: 8 Registry: external.system.auto.import.disabled=true ide.text.editor.with.preview.show.floating.toolbar=falseWEBの代替サービス...▼
Android Studio Dolphin | 2021.3.1 Build #AI-213.7172.25.2113.9014738, built on September 1, 2022 Runtime version: 11.0.13+0-b1751.21-8125866 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1280M Cores: 8 Registry: external.system.auto.import.disabled=true ide.text.editor.with.preview.show.floating.toolbar=false
Android Studio Dolphin | 2021.3.1 Build #AI-213.7172.25.2113.9014738, built on September 1, 2022 Runtime version: 11.0.13+0-b1751.21-8125866 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1280M Cores: 6 Registry: external.system.auto.import.disabled=true ide.text.editor.with.preview.show.floating.toolbar=falseこれらの Android Studio は Java11 が使えるはずが、なぜか
int i = 0x20BB7;//ツチヨシ Unicode String str = java.lang.Character.toString( i );をビルドすると
~ android { ~ compileOptions { sourceCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_11 } } ~を指定。やみくもに検索して見つかる環境変数「JAVA_HOME」値 や、gradle.properties「org.gradle.java.home」値を指定する情報は関係なさそう。
git log -1 --date=iso --format='%cd,%h'のように整形したコミット情報
2022-10-01 00:00:55 +0900,9bcf00bを WEB や android アプリに 現在のバージョン情報として埋め込む方法例。...▼
# curl https://bootstrap.pypa.io/pip/2.7/get-pip.py| python2 あるいは # curl https://bootstrap.pypa.io/pip/2.7/get-pip.py| python
# pip install cloudmonkey注意点
Error on parsing and printing 'teal'は
> set color falseとするか、設定ファイル"~/.cloudmonkey/config"の color を false として回避。
> set prompt >とするか、同じく設定ファイルの prompt を変更して回避。
$ chmod +x cmk.linux.x86-64 $ sudo mv cmk.linux.x86-64 /bin/cmkちなみにこの手順、ア●プルはNG...接続方法は▼▼▼
$ git clone --bare WORKING1 REPOSITORY1.git●ここからが公開リポジトリに必要な処理。
$ touch REPOSITORY1.git/git-daemon-export-ok $ git -C REPOSITORY1.git --bare update-server-info $ mv REPOSITORY1.git/hooks/post-update.sample REPOSITORY1.git/hooks/post-update●最後にWebのドキュメントルート(例 /var/www/html)の(例 dat/blog/git)へ配置。
$ mv REPOSITORY1.git /var/www/html/dat/blog/git/REPOSITORY1.gitこの場合 公開アドレスは
http://remix.asia/dat/blog/git/REPOSITORY1.gitとなり、制限しなければだれでも
$ git clone http://remix.asia/dat/blog/git/REPOSITORY1.git WORKING2でクローンが可能。
/etc/yum.repos.d/CentOS-Base.repoの
http://mirrorlist.centos.orgを
http://vault.centos.orgに代替して久しく、未だにCentOS6環境。現在 yum コマンドを使用すると http から https へリダイレクトされ次のエラー。
https://vault.centos.org/6.10/%2A/x86_64/repodata/repomd.xml: [Errno 14] problem making ssl connectionもはやCentOS6~では接続できない。http で接続できる
http://ftp.riken.jp/Linux/centos-vault/ http://ftp.jaist.ac.jp/pub/Linux/CentOS-vault/ http://ftp.iij.ad.jp/pub/linux/centos-vault/等への代替で ok。具体的には...▼
I/Ads: Ad failed to load : 3原因は・・・▼
ffmpeg -i myVideo.mp4 -vf scale=320:-1 -r 10 myVideo.gif-vf scale=320:-1
Execution failed for task ':app:processDebugMainManifest'. > Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.エラーメッセージに示される
commit b54accd1c410a1bf8a5fdcd95a1b19d85d456ca7 (HEAD -> master, origin/master, origin/HEAD) Date: Wed Sep 22 12:55:50 2021 -0700をビルド。タイトルから起動時1回限り広告表示を想像させるこのサンプルは...▼
Google Play ストアに掲載するアプリ情報に関するガイドラインを改定します 2021年5月18日火曜日 https://android-developers-jp.googleblog.com/2021/05/updated-guidance-to-improve-your-app-quality-and-discovery-on-google-play.html 価格やプロモーションを示すキーワードを使用しないでくださいアプリケーションコードのパッケージ名称は無関係。
The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-30). Dependency: androidx.appcompat:appcompat:1.4.0. AAR metadata file: C:\Users\wanko\.gradle\caches\transforms-2\files-2.1\b70a38d32b407cc6af29424a07f54027\appcompat-1.4.0\META-INF\com\android\build\gradle\aar-metadata.properties.解決方法を調べると...▼