I have the Android open source tree, and can even build within it my
own voice dialer, cribbed from the stock Google VoiceDialer.  However,
my understanding is that doing it this way submerges my app within a
firmware image, and it does not give me the means to throw its
finished form onto (say) Android Market.

How can I do this within an SDK environment?  I need access to classes
that are apparently not a part of what is available to a purely SDK-
crafted app.  Examples of what I cannot get to are:

android.bluetooth.*
android.os.SystemProperties
android.speech.srec.*

Do I code from the Android source and somehow extract my app from the
firmware morass?
Do I somehow tweak my Eclipse settings (e.g.: add a library or jar) to
gain access to this from within an SDK installation?

Thanks in advance for some explicit instruction.  Build environment
set-up has always been the most challenging aspect of this work for
me!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to