native-code Questions

0

I have been trying to debug native C++ code in Android application using ndk-gdb for last 4 days. but i keep getting this error.Cannot insert breakpoint i have followed this tutorial using-eclipse...
Regressive asked 14/12, 2015 at 7:34

1

Solved

Is there any relation (constraint/compatibility restriction) between the version of the NDK used to compile the native code and the Android version running on the device where the APK is installed?...
Sombrero asked 2/11, 2015 at 0:17

3

I have a requirement in my project, where video is being recorded and uploaded to the server, but since mobile networks are not reliable, at the beginning what I decided to do was every 30 secs s...
Bushwhack asked 12/10, 2015 at 12:44

8

Solved

Is there a native machine code compiler for JavaScript? I'm not talking about a VM. If it doesn't exist can it be done? I am wondering if it can be compiled to binary due to the dynamic natur...
Myron asked 13/7, 2009 at 7:42

2

Motivation: I am using some native libraries in my Android application and I want to unload them from the memory at some point in time. Libraries get unloaded when ClassLoader that loaded class th...

4

The Java primitive objects are mapped to native primitives. So my question is how is a char value[] = new char[0]; is being represented? Does it depend on the gcc compiler implementation (of the na...
Taphouse asked 8/5, 2015 at 21:10

2

Solved

I was looking at the Java source code for the AtomicInteger class (found here) to see which atomic primitives are required to implement a JVM. I noticed they use the undocumented Unsafe API to impl...
Cleavage asked 6/5, 2015 at 14:0

1

Solved

So, from what I understand, it does take an executable/dll file written in MSIL and does the JIT-job: convert MSIL code to native machine code. Right? So ran the ngen to generate a native image of ...
Tymbal asked 6/4, 2015 at 0:57

4

Solved

I am attempting to install a gem, and I get this error, which myself and the gem author have never seen before. How do I fix this? Davids-MacBook-Pro:web david$ sudo /usr/bin/gem install com...
Reply asked 2/5, 2014 at 13:18

3

Solved

I am using the JNotify project to listen to file system events. This depends on one native library per OS:processor architecture. For example, there's one library for Windows x86, one library for x...
Astarte asked 16/10, 2012 at 10:34

2

Solved

Is there any way to compile a .NET assembly into native code (i.e for x86) output, that is, without MSIL. For what I understand if you just specify x86 as architecture this would only change the P...
Typescript asked 1/6, 2011 at 8:34

2

Solved

I'm an Android developer who is working with a Unity developer. Our goal is to create somehow a "bridge" communication to send messages between my Android background Service/thread to the Unity exp...

2

Solved

Recently i've seen a funny app - Photo Wonder. When this app is uninstalled, it shows a web survey page asking for the reason of app uninstall. Now, here is the problem. As far as I know, aft...
Stockmon asked 22/1, 2014 at 9:44

1

Solved

I want to compile a C# program using ngen command line for a special purpose. So I create a console application in VS2010 and named it ngentest. A file by name ngentest.vshost.exe is created in vs2...
Balmung asked 22/11, 2013 at 11:48

1

Solved

I'm trying to use some Native Code to create Gifs. I draw the images using paint, creating a few strokes, click save and the image drawn gets saved to a JPG format. when I click create Gif it takes...
Aveyron asked 6/8, 2013 at 8:40

3

Solved

I've seen multiple claims recently that talk about how the Java (and JVM-based languages such as Scala) are comparable in performance to C/C++ code. For example, from the description of the Scala...
Woald asked 22/4, 2013 at 3:17

1

Solved

my html code in /assets/www <!DOCTYPE html> <\html> <\head> <\title>FileReader Example</title> <script type="text/javascript" charset="utf-8" src="cordova-2.6.0...
Recessional asked 15/4, 2013 at 12:44

3

Solved

What is the best way, if even possible, to see the underlying code for the predefined functions in Javascript. Is there documentation that shows how these were coded, or an easy way to actually vie...
Calyx asked 20/3, 2013 at 20:37

2

Solved

I have a requirement for creating call backs between native code ( c language code) and Android code . I wrote JNI functions for calling C code from the android like this JNI code here #include...
Sidesman asked 14/11, 2012 at 10:36

1

Solved

My app is written entirely in C/C++ using NativeActivity, it has no Java code (based on "native-activity" NDK example). Pressing "back" button closes it (destroys activity), but I need other behaiv...
Backing asked 26/8, 2012 at 13:43

2

Solved

I am using a native C++ library inside a Java program. The Java program is written to make use of many-core systems, but it does not scale: the best speed is with around 6 cores, i.e., adding more ...

1

Solved

OK, so I have the native code below. I'm trying to return an array of FilePermissionInfo from it, populated with some data returned by stat(). The problem is that I get the following error when Ne...

2

I have built a binary excutable from pure C++ code and it prompts time error when running on android device. How can I debug the pure native code for android? It seems that the existing methods a...
Dusk asked 24/5, 2012 at 22:0

1

Solved

I was wondering which libraries or frameworks Trello iphone app is using. Is it a webapp with JS framework? if yes, which one? Or is it native? which frameworks for this here? I'm curious becaus...
Hawaii asked 22/5, 2012 at 10:44

3

Solved

where can I find the source code of native js functions, for example I want to look at eval() function
Transpicuous asked 23/4, 2012 at 22:26

© 2022 - 2024 — McMap. All rights reserved.