Menu

Tag: eclipse

Android Studio

Google release Android Studio based on IntelliJ for Android Development

The new Android Studio based on the Community Edition of IntelliJ was released yesterday at Google IO. This replaces the ADT Bundle based on Eclipse released last year. It bring a new set of features and tools to make it easier to develop great Android apps. This video provides a walk through of the new features: […]

Android SDK ADT logo

Google release new ADT Bundle based on Eclipse for Android Development

Not long ago I was talking with a iOS developer friend of mine who told me that he had looked into Android development, but the installation process was confusing. To get started on developing for Android you had to separately download and install the Android SDK, Eclipse IDE and the ADT. By comparison Xcode the […]

Android logo

How to fix the Android “Debug certificate expired” error

Upon installation, the Android SDK generates a “debug” signing certificate for you in a keystore called debug.keystore. A debug certificate is only valid for 365 days after which it generates a “Debug Certificate expired” error. To generate a new one you must delete the existing debug.keystore file. Its location is platform dependent. Delete your debug certificate […]