[android-developers] Classes from project's jar conflicts with Android internal jar (esp. apache commons-codec)

2011-11-10 Thread Yongce
Hi guys, My project is using classes from the 'commons-codec' library. So I included commons-codec.jar in my project. But I found this library is also included in Android. Now, the problem is that the internal Android one is loaded and used always. The one included in my apk has no chance to get

[android-developers] classes missing in default Setting Application?

2011-09-22 Thread shubh
Hello , I am trying to understand flow of Default Setting Screen App , when I import this open source app, it responding lot missing classes/syntax error like : Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR here INCALL_POWER_BUTTON_BEHAVIOR is missing. ..I use android-2.3.4_r1.jar as library, but

Re: [android-developers] classes missing in default Setting Application?

2011-09-22 Thread Mark Murphy
This application can only be built as part of building an entire firmware, not as a standalone Android SDK application. On Thu, Sep 22, 2011 at 3:40 AM, shubh shubhampatn...@gmail.com wrote: Hello , I am trying to understand flow of Default Setting Screen App , when I import this open source

[android-developers] Classes on Developing Android apps

2010-10-28 Thread Doc Troy
Anyone know any good classes on how to develop android apps on your own? i'm brand new to the game and have a background in internet marketing. It's been a passion of mine to learn how to develop mobile apps in the android world. I really don't know java script and i'm reading a book on how to

[android-developers] classes

2010-07-11 Thread Abhyudai Shanker
Hey Guys, Is it possible to create another classes object in a class in android. *I am tryin to do the following:* /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the License); * you may not use this file except in compliance with

[android-developers] Classes missing from .apk file

2009-12-26 Thread Biosopher
My Eclipse has been working with Android for a couple years, but all of a sudden I got this strange bug: I needed to update an old Android 1.0 project to 1.5 so I created a new project in Eclipse and copied my old files into this new project. Everything compiled fine but when I launched the