Hi,
I am trying to get the Xamarin Android Example to work for many hours now:
www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=80
I followed each step exactly, some seem to be outdated, for example #5 Now add the project dependency, right click on
TestRadaee->Build Dependencies->Project Dependencies: doesn't seem to be there anymore.
But every other step succeeded. I can also build the project, but at this line:
mPdfManager.Show(this, "file:///mnt/sdcard/Download/pdf/Test.pdf", "");
an error ist always throwen:
Android.Content.ActivityNotFoundException: Unable to find explicit activity class {com.radaee.reader.TestRadaeeAndroid/com.radaee.reader.PDFViewAct}; have you declared this activity in your AndroidManifest.xml?
I googeled a lot and tried to make it work, but nothing succeeded.
Also tried to change the reference to PDFViewAct in the AndroidManifest to only use the class name as suggested a lot.
Hope someone has a quick solution. Seems like a tiny fault on my side, but can't find it.
Tanks in advance,
Thomas.