Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Referencing an Android Wear application project from an Android application project is deprecated.
From a Foo.Android.csproj in past versions of .NET for Android, you could reference a Foo.Wear.csproj such as:
<ProjectReference Include="..\Foo.Wear\Foo.Wear.csproj">
<IsAppExtension>True</IsAppExtension>
</ProjectReference>
This would embed com.foo.wear.apkinsidecom.foo.android.apk in Resources/raw.
Řešení
Distribute Foo.Wear.csproj in the above example as a standalone Android Wear application instead.