blog

apicloudコンパイルエラーログ

Androidコンパイルカスタムローダーがエラーを報告 原因:Androidファームウェアのバージョンが互換性がない 解決方法:クラウドコンパイル - 詳細設定 Androidファームウェアのバージョ...

Feb 19, 2020 · 2 min. read
シェア
 
no manifest.xml, ignore
/uzmap/temp/MWyA0TwLT53wx49/AStudioProject/app/src/main/AndroidManifest.xml:3:5-73 Error:
	uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [:videoplayer-release:] /uzmap/.gradle/caches/transforms-1/files-1.1/videoplayer-release.aar/ddf7cd7cd6fd3ecb99c8daf/AndroidManifest.xml as the library might be using APIs not available in 15
	Suggestion: use a compatible library with a minSdk of at most 15,
		or increase this project's minSdk version to at least 16,
		or use tools:overrideLibrary="com.uzmap.pkg.uzmodules.uzVideoPlayer" to force usage (may lead to runtime failures)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processReleaseManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [:videoplayer-release:] /uzmap/.gradle/caches/transforms-1/files-1.1/videoplayer-release.aar/ddf7cd7cd6fd3ecb99c8daf/AndroidManifest.xml as the library might be using APIs not available in 15
 	Suggestion: use a compatible library with a minSdk of at most 15,
 		or increase this project's minSdk version to at least 16,
 		or use tools:overrideLibrary="com.uzmap.pkg.uzmodules.uzVideoPlayer" to force usage (may lead to runtime failures)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://..rg
BUILD FAILED in 13s
  • 理由:Androidファームウェアのバージョン不適合
  • 解決策:クラウドコンパイル - 詳細設定 Androidファームウェアのバージョンを4.1に変更します。
Read next

リトル・エンディアン § ビッグ・エンディアン

リトルエンドストレージでもビッグエンドストレージでも、ローアドレスからハイアドレスに格納されます。

Feb 19, 2020 · 1 min read