• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. F

    Emulator and Android build FRG83D

    I've installed the latest Android SDK (w/ Gingerbread). But, how come my Froyo emulator only has the build no. FRF91? I want to compare the Froyo emulator to Gingerbread emulator but it seems that the Froyo SDK is old...
  2. F

    Froyo New contact error

    Hello! Has anyone encountered an error adding a new contact from edit contact screen? I've encountered this in the emulator and I want to confirm if this is a bug or not. Here is the stacktrace. I/ActivityManager( 60): Starting activity: Intent { act=android.intent.action. MAIN...
  3. F

    Gmail, Youtube, Maps apk files

    Hello! I have a question regarding the Gmail, Youtube, and Maps applications. I was wondering if aside from directly downloading the application to the phone, can we download the actual apk files and then try to install them in the simulator? Also, when I searched for apk files in the...
  4. F

    Apps back button and killBackgroundProcesses

    Hello! I am developing a task management project. I retrieved the list of running applications using RunningTaskInfo. When I tried to kill an application using activityManager.killBackgroundProcesses, the application still remains in the list. However, when I go to a running app and use the...