Closed gitrndlab closed 4 years ago
Hi @researchdeveloping, we're having trouble reproducing this one. Can you provide additional information from the configure output? LY-112661
Hi @AMZN-alexpete of course I will try to reproduce it with new project and then I will pass you all required logs. But what I can suggest to please verify if CMake project is generated corectly in dev\Solutions\LumberyardAndroidSDK\ folder. As I remember CMakeLists.txt in root contains "add_subdirectory(PROJECT_NAMELuncher)" so in this subfolder should be CMakeLists.txt file as is in others, but in my case it was missing it (for e.g. TestProject it will be TestProjectLuncher folder as a sibling TestProject, AzCore etc folders) - because as I remember Android Studio build this project based on CMake configuration. I am sorry that I wrote as I remember because I don't use this project from a few days. Please check if this is a point and let me know.
Hi @researchdeveloping, we're having trouble reproducing this one. Can you provide additional information from the configure output? LY-112661
Hi @AMZN-alexpete I recreate a Android Solution and this time the CMakeLists.txt file was generated. So I close this issue.
Describe the bug I cannot compile Android Project via Android Studio because WAF not generated CMakeLists.txt for PROJECT_NAMELuncher project in dev/Solutions/LumberyardAndroidSDK/PROJECT_NAMELuncher/ folder.
Steps to reproduce
Expected behavior PROJECT_NAMELuncher should contain CMakeLists.txt (pre or generated).
Screenshots/Logs
Lumberyard version 1.23.1 with fix described in issue 472.