Thanks for your response Jon however I have already tried this but with no joy. 
 I was under the impression that external installation was available since api 
7 however mono develop required a target of 8 for this to work, hence the min 
version.

Any other suggestions gratefully received.

thanks

Keith


Keith Raven
Buzz Interactive
25 Trenance Road, Newquay, Cornwall UK TR7 2LT
t: +44 (0)1637 839173
m: +44 (0)7971 699127
www.buzzinteractive.co.uk

This message contains confidential information and is intended only for the 
person to whom it is addressed. If you are not the named addressee you should 
not disseminate, distribute or copy this email. Please notify the sender 
immediately by email if you have received this message by mistake and delete 
this message from your system. The sender does not accept liability for any 
errors or omissions in the contents of this message, which arise as a result of 
email transmission. The recipient should check this email and any attachments 
for the presence of viruses. Buzz Interactive Solutions Ltd accepts no 
liability for any damage caused by any virus transmitted by this email.


On 1 Jun 2012, at 22:32, Jonathan Pryor wrote:

> On May 31, 2012, at 11:06 AM, keith wrote:
>> I am using monodevelop(3.0.2) on a mac, and Mono for Android: 
>> 4.2.2.134493563.  I have set my target api level to 8,  my minimum api level 
>> to 7,  checked "deploy to external storage" and ensured that install 
>> location drop down is set to preferexternal.
> 
> The problem is that installLocation requires API8+, and you're setting your 
> minimum Android to target to 7. You should be seeing the following message 
> when you build:
> 
>       monodroid: warning 1 : installLocation cannot be specified for Android 
> versions less than 2.2. Attribute installLocation ignored.
> 
> The API level we use is the $(TargetFrameworkVersion) of your app; you should 
> check the value of the <TargetFrameworkVersion/> element within your .csproj; 
> if it's not present, we default to API 8 (Android v2.2).
> 
> - Jon
> 
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
> 
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to