You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
As you can see there are two elements having android:label: <application> and <activity>.
The task fails to update the second one which affects the app name on phone screen.
The agent I run the build is:
pool:
vmImage: 'macOS-10.14'
PS: I took a look at the code. This is where additional checks are needed to be added:
So here is my
AndroidManifest.xml
:As you can see there are two elements having
android:label
:<application>
and<activity>
.The task fails to update the second one which affects the app name on phone screen.
The agent I run the build is:
PS: I took a look at the code. This is where additional checks are needed to be added:
vsts-mobile-tasks/tasks/AndroidPackageName/task.ts
Line 67 in ea6806b
The text was updated successfully, but these errors were encountered: