Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
8 votes
1 answer
7k views

My project is using some external libraries which have native code. I've got warning from Google, about migrating my app to support 16 Kb pages. In apk analyser I noticed, that .so libraries were not ...
Fedor's user avatar
  • 171
-1 votes
1 answer
85 views

I am using system folder picker to store my doc file, but whenever I am choosing folder then clicking on "USE THIS FOLDER" asking for permission.I want If I granted permission for any folder ...
1 vote
0 answers
154 views

I have a piece of native code with C in my Android project for detecting emulators. It works perfectly for detecting all Emulators but some real devices are detected as vulnerable too. How can I ...
0 votes
1 answer
210 views

I have the next C# method: internal static class FillArrayApi { [DllImport("NativeLibrary.dll", EntryPoint = "fill_array")] internal static extern void FillArray(byte[] ...
3 votes
2 answers
807 views

I started my app with the JVM option -Xlog:library=trace - based on advice in another question - to see which native libraries are being loaded. But the output is pretty confusing - see below: [0.021s]...
7 votes
0 answers
1k views

im building my npm package for ios, using native modules because i need to use a third party framework, the package is published and all good, installed to my app but when im about to render the ...
0 votes
0 answers
93 views

Good day, I would like to set the allowFileAccess to true in WebView websetting. I try to do something as follow: WebView webView = (WebView) findViewById(R.id.webview); WebSettings webSettings = ...
0 votes
1 answer
5k views

I got this warning when I was publishing my app This App Bundle contains native code, and you've not uploaded debug symbols. We recommend that you upload a symbol file to make your crashes and ANRs ...
0 votes
0 answers
128 views

I have a source code library from Renesas for their Co2 sensor. The source code library is completely written in C language and a static library (with .a extension) of it is given for the Co2 sensor ...
0 votes
0 answers
537 views

UWP can generate native code using .NET Native, is there an equivalent for WinUI?
aybe's user avatar
  • 16.8k
2 votes
0 answers
476 views

I want to implement a native android camera preview (using c++) and display this preview on a flutter application. I couldn't find any direct possible way to do so - up to this point the only solution ...
3 votes
0 answers
239 views

I would like to implement this particular programming technique in my vb6 class, but I cannot understand how the "Nativecode" lines were obtained. Are these normal lines of code, obfuscated ...
Fab's user avatar
  • 39
0 votes
1 answer
2k views

Recently, I'v been developing a native c++ project with Android studio, which needs some other external open source libraries. I want to involve these libraries (for example, hello library)inside the ...
0 votes
0 answers
236 views

I have a scenario where in some cases when opengl32.setPixelFormat is called it then call _wglDescribePixelFormat ( which is exported function ) which then calls further in the call stack ...
-1 votes
2 answers
536 views

I have a lisp function. Is it possible to convert it to assembly language? (defun isprime (num &optional (d (- num 1))) (if (/= num 1) (or (= d 1) (and (/= (rem num d) 0) (is-...

15 30 50 per page
1
2 3 4 5
...
31

AltStyle によって変換されたページ (->オリジナル) /