네이티브 라이브러리 (neitibeu laibeuleoli) Meaning in English - translations and usage examples

native library
네이티브 라이브러리
native libraries
네이티브 라이브러리

Examples of using 네이티브 라이브러리 in Korean and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
동작 변경 사항: 네이티브 라이브러리.
Behavior Changes: Native Libraries.
네이티브 라이브러리에 적절한 권한이 없습니다.
The native library does not have appropriate permissions.
APK Analyzer를 사용하여 네이티브 라이브러리 찾기.
Locating a native library using the APK Analyzer.
Rational Common Licensing 네이티브 라이브러리를 선택하십시오.
Choose the Rational Common Licensing native library.
NDK 및 네이티브 라이브러리 사용에 대한 자세한 내용은 Android NDK란? 을 참조하세요?
For details about the NDK and using native libraries, see What is the Android NDK?
CMake: Gradle과 함께 작동하여 네이티브 라이브러리를 빌드하는 외부 빌드 도구입니다.
CMake: an external build tool that works alongside Gradle to build your native library.
MobileFirst Server 관리 서비스를 실행하는 컴퓨터로 네이티브 라이브러리를 복사하십시오.
Copy the native library to the computer that runs MobileFirst Server administration service.
하지만, 새로운 네이티브 라이브러리를 생성하는 경우에는 CMake를 사용해야 합니다.
However, if you are creating a new native library, you should use CMake.
Android Studio에서 작동하지 않는 C ++ / 네이티브 라이브러리 모듈 디버깅 (Cmake 사용).
Debugging C++/native library modules not working with Android Studio(Cmake used).
런타임에서 앱의 MainActivity 가 System. loadLibrary() 를 사용하여 네이티브 라이브러리를 로드합니다.
During runtime, the app's MainActivity loads the native library using System. loadLibrary().
Gradle이 APK에 네이티브 라이브러리를 패키징하는지 확인하려는 경우 APK Analyzer 를 사용할 수 있습니다.
If you want to verify that Gradle packages the native library in the APK, you can use the APK Analyzer.
이 라이브러리는 2단계에서 복사한 네이티브 라이브러리를 사용하며 Apache Tomcat에서 한 번만 로드할 수 있습니다.
The library uses the native library that is copied in Step 2, and can be loaded only once by Apache Tomcat.
Android 플랫폼은 Java 프레임워크 API를 제공하여 이러한 일부 네이티브 라이브러리의 기능을 앱에 노출합니다.
The Android platform provides Java framework APIs to expose the functionality of some of these native libraries to apps.
그러면 Java 코드가 JNI(Java Native Interface)를 통해 네이티브 라이브러리에 포함된 함수를 호출할 수 있습니다.
Your Java or Kotlin code can then call functions in your native library through the Java Native Interface(JNI).
네이티브 라이브러리의 경우 Android 8.0는 '데이터 실행이 불가능해야 하고 코드 쓰기가 불가능해야 한다'는 규칙을 적용합니다.
For native libraries, Android 8.0(API level 26) enforces the rule that data shouldn't be executable, and code shouldn't be writable.
다른 버전의 Android 간에 앱이 변경되거나 제거될 수 있으므로 앱이 NDK에 포함되지 않는 네이티브 라이브러리를 사용해서는 안 됩니다.
Apps should not use native libraries that are not included in the NDK because they may change or be removed between different versions of Android.
Gradle 파일이 Gradle에 앱을 빌드하는 방법을 알리는 방법과 유사하게 CMake 및 ndk-build에서 네이티브 라이브러리를 빌드하는 방법을 파악하려면 빌드 스크립트가 필요합니다.
Gradle files tell Gradle how to build your app, CMake and ndk-build require a build script to know how to build your native library.
이 오류는 Android 프로젝트에 64비트 네이티브 라이브러리가 있으며 이러한 라이브러리를 사용하는 경우 JSONStore가 현재 작동하지 않음을 의미합니다.
This error means that you have 64-bit native libraries in your Android project, and JSONStore does not currently work when you use these libraries..
Project 창의 cpp 디렉토리에서,디버그 기호를 포함하지 않는 네이티브 라이브러리 파일을 두 번 클릭합니다.
Under the cpp directory in the Project window(visible only if you have selected the Android view,as shown in figure 2), double-click a native library file that doesn't include debug symbols.
APK와 디버깅 가능 네이티브 라이브러리가 서로 다른 워크스테이션을 사용하여 빌드된 경우, 다음 단계에 따라 디버그 기호의 로컬 경로를 지정해야 합니다.
If the APK and debuggable native libraries were built using a different workstation, you need to also specify paths to local debug symbols by following these steps.
특정 CPU 아키텍처(예: ARM EABI v7 또는 x86)를 대상으로 하는 네이티브 라이브러리를 포함한 앱은 해당 아키텍처를 지원하는 기기에만 표시됩니다.
An application that includes native libraries that target a specific CPU architecture(ARM EABI v7 or x86, for example) are visible only on devices that support that architecture.
참고: 이 라이브러리의 네이티브 라이브러리 경로는 3단계에서 서버의 JVM(Java Virtual Machine)의 ld. library. path 특성에 설정됩니다.
Note: The native library path for this library is set in step 3 in the ld. library. path property of the server's Java virtual machine.
네이티브 라이브러리 Android 8.0를 대상으로 하는 앱에서, 네이티브 라이브러리는 쓰기 및 실행이 모두 가능한 로드 세그먼트를 포함한 경우에 더 이상 로드되지 않습니다.
In apps targeting Android 8.0(API level 26), native libraries no longer load if they contain any load segment that is both writable and executable.
이 오류는 Android 프로젝트에 64비트 네이티브 라이브러리가 있고 해당 라이브러리 사용 시 FIPS 140-2가 작동하지 않음을 의미합니다.
This error means that you have 64-bit native libraries in your Android project, and FIPS 140-2 does not currently work when you use these libraries..
UseDeprecatedNdk = true 시험용 Gradle 사용자 주의 사항: 다음 사항 중 하나라도 해당되는 경우 플러그인 버전 2.2.0 이상으로 마이그레이션 하고 CMake 또는 ndk-build를 사용하여 네이티브 라이브러리를 빌드하는 것이 좋습니다.
Attention experimental Gradle users: Consider migrating to plugin version 2.2.0 or higher, and using CMake or ndk-build to build your native libraries if any of the following apply to you: Your native project already uses CMake or ndk-build;
디버그 기호를 포함하지 않는 네이티브 라이브러리(. so 파일)가 APK에 포함된 경우, IDE는 그림 X에 나타난 것과 유사한 경고를 Messages 창에 표시합니다.
If your APK includes native libraries(. so files) that don't include debug symbols, the IDE shows you a warning in the Messages window, similar to the one shown in figure 1.
이제 앱에서 라이브러리네이티브 함수 stringFromJNI() 를 사용할 수 있습니다.
The library's native function, stringFromJNI(), is now available to the app.
프로젝트에 32비트 네이티브 NDK 라이브러리만 포함되어 있는 경우 FIPS 140-2를 64비트 디바이스에서 실행할 수 있습니다.
FIPS 140-2 can be run on 64-bit devices if the project includes only 32-bit native NDK libraries.
Results: 28, Time: 0.0358

How to use "네이티브 라이브러리" in a Korean sentence

Android 용 네이티브 라이브러리 만드는 법을 살펴 보았습니다.
이제 네이티브 라이브러리 빌드가 끝났으니 네이티브 라이브러리를 사용하는 Java 코드를 살펴보자.
rcllib 폴더가 없으면 이 폴더를 작성한 후 네이티브 라이브러리 파일을 여기로 복사하십시오.
mk 파일에는 응용프로그램 에서 어떤 네이티브 라이브러리 모듈을 사용할 것인지에 대해 기술해야 한다.
이 라이브러리를 공유 라이브러리로 선언하는 이유에 대한 자세한 정보는 공유 라이브러리에서 네이티브 라이브러리 구성을 참조하십시오.
원치 않는 네이티브 라이브러리 버전을 빌드하지 않으려면 abiFilters 플래그와 ABI 분할 구성 모두에 동일한 ABI 목록을 제공해야 합니다.

How to use "native library, native libraries" in an English sentence

Add ability to load native library dependencies.
The actual native library files are listed below.
The native library (compiled C++ code).
You should see shared native libraries and jar.
But Java-parsing the native library proved surprisingly simple.
Android NDK compiler kit for compiling native library binaries.
We talked about native libraries as well, how do native libraries for Android get compiled?
How to load native library securely in Android?
D/houdini ( 4616): Open Native Library /data/app-lib/com.derpstudios.HollyblueHolistics-1/libUE4.so failed.
Functions exported by native libraries have obfuscated names.

Word-for-word translation

Top dictionary queries

Korean - English