Monday, June 13, 2011

Re: [android-developers] Emulator .ini files

For config.ini you can look at $SDK/tools/lib/hardware-properties.ini
which describe *some* prop that can go in there.

(the ones that aren't describe in there are set by the AVD Manager and
you really shouldn't change them anyway).

Xav

On Mon, Jun 13, 2011 at 1:11 PM, David Turner <digit@android.com> wrote:
>
>
> On Sun, Jun 12, 2011 at 7:17 PM, mlybrand <mlybrand@gmail.com> wrote:
>>
>> Is there a good reference for what options are available for me to put
>> in these files:
>>
>> <avd-nam>.ini
>> config.ini
>> emulator-user.ini
>>
>> The documentation shows several command line options for further
>> controlling the emulators, but I would prefer to do some sort of
>> configuration customization for when it launches from Eclipse.  The
>> specific issue I am trying to control is the window size and position.
>> But I can imagine that other options might make me come up with other
>> stuff I would prefer my emulator to do. So some sort of cheat sheet
>> would be ideal.
>>
> For the files themselves, there is no documentation, you will have to read
> the source code.
> Generally speaking, these files, or the way they are used, are likely to
> change in the future (they already did).
> We're certainly not going to support third-party tools trying to modify them
> in any way.
> The command-line options, and the console commands, on the other hand, will
> be supported as much as we can.
> - David
>
>>
>> TIA.
>>
>> Mark
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com

Please do not send me questions directly. Thanks!

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment