I try to create the Agentry branding-client with SMP SDK 3.0 SP12 PL05:
and by the execute "ant release" (in the folder \SAP\Mobile\Platform\android\AgentryAndroidClientSolution) come the next error:
BUILD FAILED
D:\Projekten\NOPROJECT\android-sdk-Daniel\tools\ant\build.xml:597: Invalid file: D:\Agentry\svn\WorkmanagerWS\trunk\BrandingClient\SMPAgentryClientFRamework-Android-70.12.5\vendor\android-support-v7-appcompat\build.xml
The file build.xml is really absent in the folder "android-support-v7-appcompat".
I create self the file build.xml with the next command:
android update lib-project -p D:\Agentry\svn\WorkmanagerWS\trunk\BrandingClient\SMPAgentryClientFRamework-Android-70.12.5\vendor\android-support-v7-appcompat -t 1
But now come the next error :
[aapt] D:\Agentry\svn\WorkmanagerWS\trunk\BrandingClient\SMPAgentryClientFRamework-Android-70.12.5\vendor\android-support-v7-appcompat\res\values-v23\styles_base.xml:20: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'. | |
[aapt] | |
[aapt] D:\Agentry\svn\WorkmanagerWS\trunk\BrandingClient\SMPAgentryClientFRamework-Android-70.12.5\vendor\android-support-v7-appcompat\res\values-v23\styles_base_text.xml:19: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. | |
[aapt] |
BUILD FAILED
D:\Projekten\NOPROJECT\android-sdk-Daniel\tools\ant\build.xml:597: The following error occurred while executing this line:
D:\Projekt_AndroidSDK\sdk\tools\ant\build.xml:649: The following error occurred while executing this line:
D:\Projekt_AndroidSDK\sdk\tools\ant\build.xml:694: null returned: 1
In the D:\Projekt_AndroidSDK\sdk\tools\ant\build.xml in the line 694 stand:
roguardFile="${out.absolute.dir}/proguard.txt">
but the file proguard.txt is not the folder /AgentryAndroidClientSolution/bin/
The file D:\Projekt_AndroidSDK\sdk\tools\ant\build.xml
and the screen with error are in the attach.
What must I to do hier?
Can me anyone help please.