View Issue Details

IDProjectCategoryView StatusLast Update
0003930NoesisGUIC++ SDKpublic2025-05-17 02:50
ReporterFrancoisRecisio Assigned Tojsantos  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.7 
Target Version3.2.8Fixed in Version3.2.8 
Summary0003930: Cannot compile NoesisApp on Android with latest ndk
Description
[CXX] [App/AndroidDisplay] AndroidDisplay.cpp
../../../Packages/App/AndroidDisplay/Src/AndroidDisplay.cpp:330:12: fatal error: 'ALooper_pollAll' is unavailable:
      obsoleted in Android 1 - ALooper_pollAll may ignore wakes. Use ALooper_pollOnce instead. See The API documentation
      for more information
  330 |     while (ALooper_pollAll(LooperTimeout(), nullptr, &events, (void**)&source) >= 0)
      |            ^
Android/Sdk/ndk/27.2.12479018/toolchains/llvm/prebuilt/windows-x86_64/bin/../sysroot/usr/include/android/looper.h:228:5: note:
      'ALooper_pollAll' has been explicitly marked unavailable here
  228 | int ALooper_pollAll(int timeoutMillis, int* outFd, int* outEvents, void** outData)
      |     ^
1 error generated.
Steps To Reproduce

Get the latest native sdk sample, and the latest ndk
make -f NoesisGUI-android-arm64.mk CONFIG=Release

PlatformAndroid

Activities

jsantos

jsantos

2025-05-17 02:50

manager   ~0010687

Fixed in r15602

Issue History

Date Modified Username Field Change
2025-02-04 17:08 FrancoisRecisio New Issue
2025-02-04 17:16 jsantos Assigned To => jsantos
2025-02-04 17:16 jsantos Status new => assigned
2025-02-04 17:16 jsantos Target Version => 3.2.8
2025-05-15 19:18 jsantos Summary Cannot compil NoesisApp on Android with latest ndk => Cannot compile NoesisApp on Android with latest ndk
2025-05-15 19:18 jsantos Description Updated
2025-05-17 02:50 jsantos Status assigned => resolved
2025-05-17 02:50 jsantos Resolution open => fixed
2025-05-17 02:50 jsantos Fixed in Version => 3.2.8
2025-05-17 02:50 jsantos Note Added: 0010687