Mihail Slavchev
Mihail Slavchev
Yes, it is the same issue. Good catch!
@dxshindeo Yes, the current [`fetch` module](https://github.com/NativeScript/NativeScript/blob/v2.4.2/tns-core-modules/fetch/fetch.js) implementation uses [`xhr` module](https://github.com/NativeScript/NativeScript/blob/v2.4.2/tns-core-modules/xhr/xhr.ts) which in turn uses [`http` module](https://github.com/NativeScript/NativeScript/tree/v2.4.2/tns-core-modules/http).
Adding more information. The original reported error is due to [this line](https://github.com/NativeScript/android-runtime/blob/v2.1.0/runtime/src/main/java/com/tns/Runtime.java#L426). In short, we make an assumption that the type is declared inside a package. This is a good...
Closing this issue until further need.
As far as I can tell this seems to be a problem of x86 emulators with the GPU and/or GL/EGL support. I need more time to confirm it though.
@hypery2k can you provide more details what emulator or device you use? Also, any logs from `logcat` might be helpful.
@x4080 You can find the dts generator at [https://github.com/NativeScript/android-dts-generator](https://github.com/NativeScript/android-dts-generator). A big warning: the current implementation has some limitations and it works with Java source code files. The good news is...