The App Studio import function is out of sync with the Teams app. The store allows upload of custom apps based on manifest version 1.5, but App Studio fails, displaying a message that the manifest must be <= version 1.3.
App Studio has been updated to support manifest version 1.5.
Please retry and let us know if you continue to experience issues.
Related
I'm uploading an app manifest into App Studio that's an older version (happens to be 1.5), but when I try Install it using App Studio, it fails. When I go to the schema editor inside App Studio, it shows me it's changed it to Schema Version 1.9, which I think is the issue.
Incidentally, this user is having a similar-but-different issue: App Studio is generating a version 1.9 manifest which fails validation and stops side loading earlier today.
We are able to repro the issue. Raised a bug. We don't have ETA to share when it will be fixed.
Please follow this Git-hub for updates on bug.
I haven't been able to install any applications I create using App Studio since yesterday afternoon (Oct 5 Us/New_York time). When I try to install directly from App Studios I get a "Manifest parsing has failed" error message. If I download the package and try to upload it to the team I get a generic something went wrong error message.
Im having this issue with all my applications including those I haven't made any changes to.
I am running Microsoft Teams Version 1.3.00.24758 and App Studio version Version 1.5.1
App studios is setting the manifest's to version 1.8
I have the same issue when I run teams in developer preview.
On a side note: I notice that App Studio now has the option to create a Team tab for a Meeting. Which I believe is in preview right now and not officially out. I don't remember seeing that earlier in the day. Maybe App Studio was recently updated?
I am receiving the error message below when trying to release a Xamarin Android app on the Play Developer Console
Upload failed
Your app currently targets API level 26 and must target
at least API level 28 to ensure that it is built on the latest APIs
optimised for security and performance. Change your app's target API
level to at least 28. Find out how.
I have the following settings in VS for Mac
Also, all of the Xamarin.Android libraries that I am using are v28.0.0.3.
It must be an issue with your Android support libraries or the version. Can you ensure the below and try to publish it with a new version?
Ensure the latest SDK (API level 28) is installed in your Android SDK Manager
Ensure you have the latest Android Support libraries and Build tools installed.
Set your Android Target version to API level 28 and Minimum Android version to something lesser than that.
Following points you should note:
When Google play talks about target Android version it is talking about the Target Framework in your Android Project Properties.
The error message that you are getting has nothing to do with what version of support libraries that you have. But when you target the latest version you might want to have the support libraries of the same version.
Adding all the SDK's that your Android app is going to support is recommended which means if you Min Android support version is 21 per se and you want to target the latest version then make sure that your Android SDK has all these sdks's so that there are no issues while parsing your APK in the desired version.
I wouldn't recommend that your min Android version is set to version 9 because of the fact 90% of the devices do not have this version of SDK which means none of them will be able to install or use your APP. Which if you ask me should never be the case. Supporting the widest possible audience is always the best call.
After making the above changes your app should work fine. Feel free to get back to me if you have any questions or queries...
I created a XamarinForms app with latest version of XamarinForms stable v2.3.3.180 from NuGet in Visual Studio 2015.
Next, In NuGet manager I try to add latest stable version of Google Play Services Location https://www.nuget.org/packages/Xamarin.GooglePlayServices.Location
which currently is 42.1001.0.
But Google Play Services says it needs XamarinForms 2.3.3.193:
After hitting OK, the project explorer shows several references with yellow icons, and compiler gives warnings it couldn't find references:
Xamarin.Forms 23.3.180 has a dependency on the Android Support Library version 23.3.0. You have version 25.1.0 installed which isn't supported by Xamarin Forms.
Drop back your Android Support Library to version 23.3.0 and the issue should go away.
I am new to Xamarin Studio. I am trying to create an app for Android Wear using Xamarin studio. I have installed the Xamarin Studio 5.5 (upto date version) and Xamarin.Android version 4.18 (Trial Edition). I've gone through the below link before I start to set up my environment.
http://blog.xamarin.com/tips-for-your-first-android-wear-app/
As said in the blog, I have installed the latest Xamarin Studio, in which I couldn't find the template for creating a new Android Wear application in either my XamarinStudio or Visual Studio.
I have tried to download the sample given in the below link:
http://developer.xamarin.com/samples/android/Android%20Wear/
On building the samples, it gives me the dll missing errors.
for ex: I have downloaded the Eliza Chat sample from the above sample, and on running the sample I have been faced some dll missing issues. After downloading them manually from internet and refer them, I am facing the below error
"Error 1 No resource found that matches the given name: attr 'android:windowSwipeToDismiss'. C:\Users\XXX\AppData\Local\Xamarin\Android.Wearable\1.0.0\embedded.\res\values\values.xml 128 ElizaChat"
Note: I have installed the Android Wear Emulator with the help of the SDK Manager. And I have installed the Android L (API 20, L Preview) and Android 4.4 W(API20) through SDK Manager. And I have installed Android Support Repository and Android Support Library.
Do I need to install any thing else to work with Android Wear application. Any help would be appreciable.
Thanks,
Karuppasamy P