[1.10.0.0] Can`t build ("android_armv7_clang" not supported. [on host platform: win32])

0

Wen i try run "lmbr_waf.bat build_android_armv7_clang_release -p all" i see that error. Also with (calng -> gss) and (release ->debug->profile)


[WAF] Executing 'build_android_armv7_clang_release' in 'x:\lumberyard\1.10.0.0\dev\BinTemp\android_armv7_clang_release'
[ERROR] Target platform "android_armv7_clang" not supported. [on host platform: win32]

Projects (SamplesProject and VirtualRealityProject)

AndroidNDK (r15c) and AndroidSDK (23,24,25)

os win7 64bit

vs2015 + (c++ and mfc)

Motorola Nexus 6 (7.1.1)

"dev/WAF/android/android_settings.json" ("SDK_VERSION" : "android-23").

If i try "adb.exe devices" i see my phone.

Any help will be nice, can`t understand what i miss.

gefragt vor 7 Jahren183 Aufrufe
4 Antworten
0
Akzeptierte Antwort

Hi @REDACTEDUSER

This unfortunately is a known issue if you have previously configured without the "Compile for Android" setting checked in Setup Assistant before. There is a workaround however; inside BinTemp delete "valid_configuration_platforms.json" and the "module_def" folder. You will need to run the configure command again after doing this, only this time android will be properly configured.

Let me know if you are still having issues.

beantwortet vor 7 Jahren
0

Hi gFunc, yes "Compile for Android Devices" is enabled.

Here is all my settings

REMOVEDUPLOAD

My Environment Variable

PATH = W:\lumberyard\Android\sdk\tools;W:\lumberyard\Android\sdk\platform-tools;W:\lumberyard\Android\sdk;C:\Program Files\Java\jdk1.8.0_102\bin;C:\Program Files\Java\jre1.8.0_144\bin

AssetProcessor Setup And Work Correctly in dev/cache/VirtualRealityProject/es3 i see folder and assets.

android_settings.json

  {
"DEV_KEYSTORE_ALIAS": "development_keystore",
"DEV_KEYSTORE": "_WAF_/android/dev.keystore",
"DISTRO_KEYSTORE_ALIAS": "distribution_keystore",
"DISTRO_KEYSTORE": "_WAF_/android/distro.keystore",
"BUILD_TOOLS_VER": "23.0.3",
"SDK_VERSION": "android-23",
"BUILD_ENVIRONMENT": "Development"
}

beantwortet vor 7 Jahren
0

Hmm, did you also make sure to enable "Compile for Android Devices" inside of Setup Assistant?

beantwortet vor 7 Jahren
0

Super, thank you Scott@AGS!!! All works :)

beantwortet vor 7 Jahren

Dieser Beitrag ist geschlossen: Das Hinzufügen neuer Antworten, Kommentare und Abstimmungen ist deaktiviert.