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

Search results

  1. O

    Apps Android emularor issue (AIR)

    Hello, I followed this tutorial on how to create a simple app from flash on andoid. I managed to get everything running (I used the emulator, not an andoid phone in my case). The problem is that I can deploy or even install the *.apk on the emulator, but 80% of the cases it says the...
  2. O

    Apps Can't test my application

    Hello, I have just installed Eclipse, ADT and SDK. Everything works fine, no errors. I have installed also all the components. I did the HelloWorld tutorial : package com.example.helloandroid; import android.app.Activity; import android.os.Bundle; public class HelloAndroid extends...