Hi, I have a problem with deploy a solution.
I have a solution with 3 projects inside:
+Reminder (Solution)
--->+Reminder (project)
--->+Reminder.Android (project)
--->+Reminder.Widget (project)
I'm able to deploy (.apk) Android and Widget but in separate apk, I want to be able to deploy both in the same apk, how can I do?
need modify manifest? and how?
...sorry i put this 'problem' in question and discussion
Posts
yes something like that, what i want to do is... have 1 apk for install +Reminder.Android which that one i can write note and +Reminder.Widget simple list view for read note in home screen, they share xml file where i write and read note. each project have the same package name.
i try to add reference to main project +Reminder.Android add +Reminder.Widget, then clear and rebuild but i got error, the compiler dont find any elements in Resources, that ones in +Reminder.Widget->Resources.
Need more references?
https://forums.xamarin.com/discussion/174714/app-and-widget-in-same-solution-deploy-in-one-apk#latest