Einzelnen Beitrag anzeigen

Benutzerbild von Union
Union

Registriert seit: 18. Mär 2004
Ort: Luxembourg
3.490 Beiträge
 
Delphi 7 Enterprise
 
#8

AW: XE5 Android Komponenten

  Alt 18. Okt 2013, 10:19
Du musst aus dem .jar file zuerst ein apk erstellen. Danach geht's normal weiter. Beispiel:
Code:
REM C:\Program Files (x86)\Android\android-sdk\build-tools\18.0.1>
dx --dex --output=c:\temp\annotations.apk ..\..\tools\proguard\examples\annotations\lib\annotations.jar
dx --dex --output=c:\temp\annotations.dex c:\temp\annotations.apk
dexdump c:\temp\annotations.dex
Ibi fas ubi proxima merces
sudo /Developer/Library/uninstall-devtools --mode=all
  Mit Zitat antworten Zitat