Xamarin droid app, could not find file /FORM_PROJECT_NAME.dll - xamarin.ios

I have a PCL project (called SharedFeature) that is shared by iOS and Android project. It worked fine on both iOS and Android emulators. But it does not work on device. The error is: Could not find file "/SharedFeature.dll". Any help will be appreciated.

Related

How to test Flutter app made from Android Studio on iPhone

As you can tell from the question I'm a newbie to Flutter world. I just finished making a simple Flutter app using Android Studio IDE, and would like to test on my iPhone. Is there a way to do this from within Android Studio? If not, do I just use Xcode? Any detailed instruction would be appreciated!!
You can find how to run an app from Android Studio in Official Flutter Documentation. Also, for run and test your iOS app, you need Mac computer.

How to generate an IOS IPA in windows using Android studio for a Flutter app?

I am new to this flutter based app creation. Now I successfully created one sample app in my windows system android studio with flutter plugin that app also running successful. OK, now I want to generate the IPA app for the same application. I don't know how to generate the IPA for IOS device in using android studio? anyone help me please..
I am using windows 10 system and my android studio version as 3.4.2
I want to generate .ipa file in android studio, like how i generate .apk file in android studio.
The only way to generate an IPA from you windows machine is by using a CI/CD service like Codemagic using the steps described in this article:
link your repository (Github, BitBucket , or Gitlab).
from settings > build for platforms > IOS
change the .app file you received to .zip and extract it.
You will find a file called Runner.app, put in a folder and compress it back.
change the extension from .zip to .ipa.
And here's your first IOS build without a Mac device.

How to set the project type to Flutter in Android Studio

I'm having a problem understanding how to configure a Flutter project in Android Studio. I've done all the Flutter/Dart install steps and I can successfully build Flutter projects. My problem is setting the project so the Project View window in Android Studio sees my projects as Flutter projects and not an Android project. For example, here's a screenshot of a Flutter project I created:
Android Studio Project View Java folder
Notice the Java "coffee cup" on the flutter_app folder and the "[flutter_app_android]" on the android folder. Here's an example of a Flutter project that seems to correctly be identified as a Flutter project in Android Studio:
Android Studio Project View Flutter folder
I've tried creating new Flutter projects in Android Studio and by the flutter create command line. This is driving me nuts and is probably something trivial but I can't find the setting that makes my project recognized as a Flutter project.
Actually I typically use the project view as you have shown in your first image. The Flutter code is in the lib folder. Being able to see the 'android' and 'ios' folders can be helpful if you need to configure something specific like Firebase Cloud Messaging or you need to add channels to your Flutter app to call native iOS or Android code.

error running my .apk file android studio

hye.. I'm creating an app using android studio. My app (android 4.4.4) consist of webview activity and works fine until I added fullscreen activity. When i tried installing the .apk file in my phone, app crashed after the splashscreen activity runs.
Then i tried to create new project excluding the full screen activity which i copied my previous code. I run my app (4.4.4) in android virtual device and it works perfectly but when i generate the .apk file then install it in my phone, app crashed, still the same problem. I'm using samsung ace j1. I just couldn't get it.
Can you help me sort this thing out? I'm still a newbie.

Xamarin 2.0 Iphone resource prefix

I have installed Xamarin 2.0 and i can now starte the iphone simulator from visual studio. I have added another Iphone resource prefix to my project Resources;images
When i run the app from Visual studio the resources in the images folder is not included in the app. If i run it from Xamarin studio on the mac, it all works fine.
Any suggestions on how to fix this ?
This appears to be a bug in the Xamarin.iOS addin for VS. I filed it.

Resources