Einzelnen Beitrag anzeigen

Rollo62

Registriert seit: 15. Mär 2007
3.932 Beiträge
 
Delphi 12 Athens
 
#10

AW: Liste der Android Libraries

  Alt 27. Jul 2022, 16:57
Total verwirrend ist zusätzlich die Hilfe von Delphi bezüglich der Libraries:

Using the built in Java Libraries
Ja das ist wohl die Liste der unterstützten Android APIs und ist nicht unbedingt gleich benannt mit den *.jar Libraries in Delphi.
Was in welchem *.jar drin ist kann man wohl nur raten, aber es gibt zumindest in Java Tools die das aufzeigen können.

Ob das allerdings weiterhilft kann ich nicht wirklich sagen:

Zum Beispiel was sich hinter diesem Aufruf versteckt:
jar tf annotation-1.2.0.jar
Zitat:
Microsoft Windows [Version 10.0.19044.1826]
(c) Microsoft Corporation. Alle Rechte vorbehalten.

d:\Prg\Embarcadero\Studio\22.0\lib\android\debug>j ar tf annotation-1.2.0.dex.jar
classes.dex

d:\Prg\Embarcadero\Studio\22.0\lib\android\debug>j ar tf annotation-1.2.0.jar
META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/annotation/
androidx/annotation/AnimRes.class
androidx/annotation/AnimatorRes.class
androidx/annotation/AnyRes.class
androidx/annotation/AnyThread.class
androidx/annotation/ArrayRes.class
androidx/annotation/AttrRes.class
androidx/annotation/BinderThread.class
androidx/annotation/BoolRes.class
androidx/annotation/CallSuper.class
androidx/annotation/CheckResult.class
androidx/annotation/ChecksSdkIntAtLeast.class
androidx/annotation/ColorInt.class
androidx/annotation/ColorLong.class
androidx/annotation/ColorRes.class
androidx/annotation/ContentView.class
androidx/annotation/DimenRes.class
androidx/annotation/Dimension.class
androidx/annotation/DoNotInline.class
androidx/annotation/DrawableRes.class
androidx/annotation/FloatRange.class
androidx/annotation/FontRes.class
androidx/annotation/FractionRes.class
androidx/annotation/GuardedBy.class
androidx/annotation/HalfFloat.class
androidx/annotation/IdRes.class
androidx/annotation/InspectableProperty$EnumEntry.class
androidx/annotation/InspectableProperty$FlagEntry.class
androidx/annotation/InspectableProperty$ValueType.class
androidx/annotation/InspectableProperty.class
androidx/annotation/IntDef.class
androidx/annotation/IntRange.class
androidx/annotation/IntegerRes.class
androidx/annotation/InterpolatorRes.class
androidx/annotation/Keep.class
androidx/annotation/LayoutRes.class
androidx/annotation/LongDef.class
androidx/annotation/MainThread.class
androidx/annotation/MenuRes.class
androidx/annotation/NavigationRes.class
androidx/annotation/NonNull.class
androidx/annotation/Nullable.class
androidx/annotation/PluralsRes.class
androidx/annotation/Px.class
androidx/annotation/RawRes.class
androidx/annotation/RequiresApi.class
androidx/annotation/RequiresFeature.class
androidx/annotation/RequiresPermission$Read.class
androidx/annotation/RequiresPermission$Write.class
androidx/annotation/RequiresPermission.class
androidx/annotation/RestrictTo$Scope.class
androidx/annotation/RestrictTo.class
androidx/annotation/Size.class
androidx/annotation/StringDef.class
androidx/annotation/StringRes.class
androidx/annotation/StyleRes.class
androidx/annotation/StyleableRes.class
androidx/annotation/TransitionRes.class
androidx/annotation/UiThread.class
androidx/annotation/VisibleForTesting.class
androidx/annotation/WorkerThread.class
androidx/annotation/XmlRes.class
META-INF/proguard/
META-INF/proguard/androidx-annotations.pro

d:\Prg\Embarcadero\Studio\22.0\lib\android\debug>
  Mit Zitat antworten Zitat