You are on page 1of 6

Intall Manual

Install Component For Both IOS and Android


Note:Please remove all installed old version FFMPEG For IOS or Android.
1.Open Packages/XE5/AVPackMobile.dproj , Compile it with Win32, IOS Simulator ,
IOS Device and Android Configuration.
2.Executing Tools | Options CommandSelect Environment Options | Delphi Options |
Library, Swith Platform to Win32, IOS Device, IOS Simulator, Android, Add Sources
Path to Library Path seperately.

3. Open AVPackMobileDsgn.dprojInstall the components.


Installation For IOS
1.Copy *.a files under /Bin/IOS folder to Delphi IOS Device Library Path,
The Library Path For XE4 should be
C:Program

Files

(x86)EmbarcaderoRAD

Studio11.0libiosDevicerelease

folder.
The Library Path For XE5 should be
C:Program

Files

(x86)EmbarcaderoRAD

Studio12.0libiosDevicerelease

folder.
2. Copy AudioToolbox Frame via SDK Manager . First startup the PAS Server on your
Mac OSX and installed IOS SDK 6.1 or 7.0
Then execute Tools | Options commandSelect SDK Manager | IOS SDK7.0 or 6.1

Press Add a new path Button, Input following text

Then add libbz2.dylibinput following text

After add the libraries, press update local File Cache button

Delphi will copy need Frameworks files from Mac OSX. If copy success, you should be
able find frameworks under following folder.

C:UsersYourUserNameDocumentsRAD
StudioSDKsiPhoneOS7.0.sdkusrliblibbz2.dylib

3. New Mobile Project For IOS, Execute Project | Deployment Add Bin/IOS/*.dylib to
list, we need the *.dylib for debug on IOS Simulator. NoteRemove *.dylib from
IOSDevice deployment target. Apple Store prohibit deploy dylib in the app, they will
reject your app if it contains dylib in the app.

Installation for Android


1.New Project For Android, Execute

Project | Deployment command, Add

Bin/Android/*.so files to deployment lists. Note: You must set Remote Path to
librarylibarmeabi

Note:If you want to use Converter For Android , you should use
Bin/Android/encoder/*.so instead although which is more larger than decoder libraries.

You might also like