Skip to content

Latest commit

 

History

History
32 lines (31 loc) · 2.58 KB

general-android-prop-page.md

File metadata and controls

32 lines (31 loc) · 2.58 KB
descriptiontitlems.datems.assetidf1_keywords
Learn more about: General Project Properties (Android C++)
General Project Properties (Android C++)
10/23/2017
65f4868b-b864-4989-a275-1e51869ef599
VC.Project.VCConfiguration.Android.OutputDirectory
VC.Project.VCConfiguration.Android.IntermediateDirectory
VC.Project.VCConfiguration.Android.TargetName
VC.Project.VCConfiguration.Android.TargetExt
VC.Project.VCConfiguration.Android.DeleteExtensionsOnClean
VC.Project.VCConfiguration.Android.BuildLogFile
VC.Project.VCConfiguration.Android.PlatformToolset
VC.Project.VCConfiguration.Android.ConfigurationType
VC.Project.VCConfiguration.UseOfSTL
VC.Project.VCConfiguration.ThumbMode

General Project Properties (Android C++)

PropertyDescriptionChoices
Output DirectorySpecifies a relative path to the output file directory; can include environment variables.
Intermediate DirectorySpecifies a relative path to the intermediate file directory; can include environment variables.
Target NameSpecifies a file name that this project generates.
Target ExtensionSpecifies a file extension that this project generates. (Example: .exe or .dll)
Extensions to Delete on CleanSemi-colon delimited wildcard specification for which files in the intermediate directory to delete on clean or rebuild.
Build Log FileSpecifies the build log file to write to when build logging is enabled.
Platform ToolsetSpecifies the toolset used for building the current configuration; If not set, the default toolset is used
Configuration TypeSpecifies the type of output this configuration generates.Dynamic Library (.so) - Dynamic Library (.so)
Static library (.a) - Static Library (.a)
Utility - Utility
Makefile - Makefile
Target API LevelAndroid NDK API Level targeted by this configuration.
Use of STLSpecifies which C++ Standard Library to use for this configuration.Minimal C++ runtime library (system)
C++ runtime static library (gabi++_static)
C++ runtime shared library (gabi++_shared)
STLport runtime static library (stlport_static)
STLport runtime shared library (stlport_shared)
GNU STL static library (gnustl_static)
GNU STL shared library (gnustl_shared)
LLVM libc++ static library (c++_static)
LLVM libc++ shared library (c++_shared)
Thumb ModeGenerate code that executes for thumb microarchitecture. This is applicable for arm architecture only.Thumb
Arm
Disabled
close