This is a migrated thread and some comments may be shown as answers.

Android app configuration issue

1 Answer 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ditte Rabæk
Top achievements
Rank 1
Ditte Rabæk asked on 03 Mar 2017, 10:06 AM

Is anyone else experiencing this issue when attempting to configure an Android phone with the automatic configuration tool?


[INFO] Loading android manifest xml ...

[ERROR] Unable to create APK: C:\Users\Loc\AppData\Local\Temp\b1c354bq.pah\dump\res\values-v24\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation.OptionsPanel'.

C:\Users\Loc\AppData\Local\Temp\b1c354bq.pah\dump\res\values-v24\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation.LockScreen'.

1 Answer, 1 is accepted

Sort by
0
Shtilianov
Telerik team
answered on 10 Mar 2017, 09:13 AM
Hi,

Can you check with which version of the androdi SDK you have build your apk. Basically this error may appear if you have build the APK with API level 19 for example. When we use the automatic instrumentation we'll try to decode it using API level 24. So if the apk was build explicitly with the older SDK, errors like this may appear because there are a lot of class name differences between the different versions of Android SDKs. In a nutshell, a lot of times the automatic instrumentation may fail if the app was build with SDK <=19 and should have no problems with SDK API level 21+.

So you can try two things:
1. Check what was the Compile Sdk Version of the android project. It should be API 21+. Note that the target version may be still 19, the important part is the compile version.

2. Send us the APK so that we can test it.

Regards,
Miroslav Shtilianov
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
Tags
General Discussions
Asked by
Ditte Rabæk
Top achievements
Rank 1
Answers by
Shtilianov
Telerik team
Share this question
or