What if you install using the Android Debug Bridge?
for example :
adb install myandroidapplication.apk
Also, just to be clear: the device is configured to allow the installation
of non-Play apps, correct?
On Tue, Jul 10, 2012 at 12:19 AM, javitxin wrote:
> I just copyed to my device and try t
Hi there,
I'm trying to get some form of automatic crash reporting working for the app
I'm developing using http://code.google.com/p/acra/ acra . I've
successfully created a callable wrapper for the acra-4.2.3.jar and my
project builds, runs, and appears to call ACRA.Init() without any problems.
Thanks for explaining that. I have removed all of the API's apart from level
8.
Where can I get the Mono for Android 4.2.4 beta release from? Do I have to
be a member of the beta testers group on Xamarin?
Is there a link I can download it from?
--
View this message in context:
http://mono-for-a
On Jul 10, 2012, at 4:30 PM, al23883 wrote:
> What API level would you suggest installing? API 15? Sorry if that seems a
> stupid question. I'm pretty new to Android development.
Install the same API level that your intended target device runs. ;-)
Yes, this doesn't necessarily narrow things dow
What API level would you suggest installing? API 15? Sorry if that seems a
stupid question. I'm pretty new to Android development.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Monodroid-integrated-UI-designer-crashes-in-Visual-Studio-2010-tp5710818p5710820.html
S
On Jul 10, 2012, at 4:26 PM, al23883 wrote:
> When I click on Main.axml in the layouts folder, Visual Studio crashes.
Did you install the API level 16 files? If so, either remove API level 16 or
try the Mono for Android 4.2.4 beta release.
Thanks,
- Jon
Hi,
I have done a complete install of Mono for Android with the SDK's required.
I have created a basic Android project through Visual Studio. When I click
on Main.axml in the layouts folder, Visual Studio crashes. I also have
MonoDevelop installed too and the same thing happens in here too when yo
On Jul 2, 2012, at 12:47 PM, Sayed Arian Kooshesh wrote:
> Just an idea, and I don't know how the mono-linker works on this, but
> couldn't you just make a dummy class that had the member you want referenced
> in it so the linker picks it up? Just a thought if it becomes too hard.
If the member
On Jul 4, 2012, at 12:36 AM, Liam Houlahan wrote:
> For the data caching this application could very much make use of caching
> business objects. I am already using the ImageLoader cache for images which
> caches a maximum of 50 images in memory at any one time.
Remember the primary rule of cach
On Jul 10, 2012, at 3:20 PM, Forum wrote:
> Yes i can see the device in adb. I made a screenshot...
>
> http://img109.imageshack.us/img109/557/emulatorproblem.jpg
Can you try refreshing the list by clicking the the Aktualisieren button?
Thanks,
- Jon
___
Yes i can see the device in adb. I made a screenshot...
http://img109.imageshack.us/img109/557/emulatorproblem.jpg
On 10.07.2012 19:44, Jonathan Pryor wrote:
On Jul 10, 2012, at 1:07 PM, Forum wrote:
Unfortunately that did not solve the problem. :(
Can `adb` view your emulator instance?
On Jul 10, 2012, at 2:19 AM, javitxin wrote:
> One question.. Before I buid my app with my new keystore, I change my vs2010
> project properties in release template and paste that .keystore at the app
> path. then, I build the app.. is this correct?
It is a way to go. Whether it's the "best" way
On Jul 10, 2012, at 11:53 AM, Brennan Kastner wrote:
> I'm attempting to debug a somewhat simple application on my Galaxy Nexus
> running Android 4.1, but I receive errors whenever the deployment is at the
> 'Installing Assemblies' stage.
Is this from Visual Studio or MonoDevelop?
Do you get an
Hi all,
Is it possiable to start google navigation and navigate to an address?
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Navigation-tp5710811.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_
On Jul 10, 2012, at 1:07 PM, Forum wrote:
> Unfortunately that did not solve the problem. :(
Can `adb` view your emulator instance?
http://docs.xamarin.com/android/troubleshooting#IDE_does_not_display_target_device
Thanks,
- Jon
___
Monodroi
Great will give it a try.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Non-Google-Play-release-private-company-tp5710774p5710809.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mail
Unfortunately that did not solve the problem. :(
Sonya
On 10.07.2012 15:26, Miha Markic wrote:
The trick is to start at least one emulator and then, if VS don't see it, close
(all VS instances) and restart Visual Studio.
This step is required only once if you start your first emulator after Vi
Hi Igor,
Re.: If you want to do any processing on it (and other mono assemblies), you
have to disable verification:
sn -Vr Mono.Android.dll
Thanks. I also had to add Mono.Android.dll, Mono.Security.dll and
System.Xml.dll to the GAC. The last two assemblies are being used by
Mono.Android
On Jul 10, 2012, at 4:22 AM, Matthias wrote:
> Want me to create an entry in the bug tracker or highlight the one for the
> full framework?
Highlight the one for the full framework.
- Jon
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSC
Like Windows Phone 7 application on Visual Studio, you need to add
reference to required assemblies, in this case
System.ServiceModel.Web.dll as well as its dependency assemblies, to
your MfA application project.
(Formetters.Binary is there because it is in mscorlib.dll.)
Atsushi Eno
madhatt
On Jul 9, 2012, at 5:55 PM, madhatter wrote:
> I've noticed that I dont' have some namespace available, but this one in
> particular is bugging me.
> I only have Formatters available under System.Runtime.Serialization.
The System.Runtime.Serialization.Json namespace is located within
System.Serv
On Jul 10, 2012, at 7:39 AM, Igor Russkih wrote:
> BTW question to Jon - why can't you sign mono assemblies with your own
> private key?
Because I haven't gotten off my duff to fix the assembly signing process as I'm
digging through a weeks worth of email[0] and various other bugs. :-)
I'll nee
On Jul 10, 2012, at 9:02 AM, tsukrov wrote:
> How can I use my class com.pkg.CoolGradientDrawable in the resources?
I suspect that you don't. The documentation for [0] doesn't provide
any way of specifying a runtime type, so all attributes and nested elements
control creation of a ShapeDrawable
The trick is to start at least one emulator and then, if VS don't see it, close
(all VS instances) and restart Visual Studio.
This step is required only once if you start your first emulator after Visual
Studio is open.
Does it help?
Miha
-Original Message-
From: monodroid-boun...@list
Hello,
I just downloaded the trial version. Stuck with HelloWorld because the
emulator is not recognized by MonoDroid (MD). MD insits that it is not
started despite the fact that the emulator is running. I created several
different new emulators in AVD manager. I also tried to run MD with
admi
I would like to extend the GradientDrawable class.
How can I use my class com.pkg.CoolGradientDrawable in the resources?
The obvious way gives the message "Wrong element under ".
Google gives nothing.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/own-drawable-in-
Because it is only delay signed, but not strong signed.
If you want to do any processing on it (and other mono assemblies), you
have to disable verification:
sn -Vr Mono.Android.dll
BTW question to Jon - why can't you sign mono assemblies with your own
private key?
Igor
On Tue, Jul 10, 2012
Hello,
Loading the latest Mono.Android.dll release available (4.2.4) using either
Assembly.LoadFrom or Assembly.LoadFile we get this exception:
Message=Could not load file or assembly 'Mono.Android, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=c4c4237547e4b6cd' or one of its
dependenc
short feedback: i went back to 4.2.1 and everthing works as expected. some
breakpoints (f.e. in fragments or adapter) still does not work. but this
behaviour i also had befor the update to 4.2.3 and I know how to handle it.
I will try 4.2.4 at the weekend and will give feedback.
--
View this mess
I've noticed that I dont' have some namespace available, but this one in
particular is bugging me.
I only have Formatters available under System.Runtime.Serialization.
*Version Information*
/MonoDevelop 3.0.3.2
Runtime:
Microsoft .NET 4.0.30319.269
GTK 2.16.6
GTK# (2.12
Thanks a lot, Jon
Both Visual Studio and MonoDevelop were "Not responding" when I tried
opening axml files with Android Designer.. and I was struggling with that
the whole day...
As you said, I uninstalled SDK API 16 and things are working great now !
Without the Android designer, I reall
Hello,
any comment about this issue?
Want me to create an entry in the bug tracker or highlight the one for the
full framework?
For me the issue is pretty important because if you want to write some
shared code for Windows Phone, Android and iOS the smallest subset is
usually WP and there only th
32 matches
Mail list logo