This can also happen by having two (or more) instances of Eclipse open.
More : http://stackoverflow.com/questions/5063992/android-debugger-does-not-attach
Sunday, May 13, 2012
Friday, May 11, 2012
Proguard Issue : Failed to create Android Engine Connected Android Project
copy "proguard.cfg" from some random project to "C:Android...toolslib" and try to create new AEC project
http://stackoverflow.com/questions/9978974/failed-to-create-android-engine-connected-android-project
http://stackoverflow.com/questions/9978974/failed-to-create-android-engine-connected-android-project
Monday, May 7, 2012
Solution: Android INSTALL_FAILED_INSUFFICIENT_STORAGE error Android Imulator
You need to increase the Android emulator's memory capacity, there are 2 ways for that:
1- Right click the root of your Android Project, go to "Run As" then go to "Run Configurations..." locate the "Android Application" node in the tree at the left, then select your project and go to the "Target" tab on the right side of the window look down for the "Additional Emulator Command Line Options" field (sometimes you'll need to make the window larger) and finally paste "-partition-size 1024" there. Click Apply and then Run to use your emulator.
2- Go to Eclipse's Preferences, then Select “Launch” Add “-partition-size 1024” on the “Default emulator option” field, then click “Apply” and use your emulator as usual.
Source : http://stackoverflow.com/questions/4709137/solution-android-install-failed-insufficient-storage-error
1- Right click the root of your Android Project, go to "Run As" then go to "Run Configurations..." locate the "Android Application" node in the tree at the left, then select your project and go to the "Target" tab on the right side of the window look down for the "Additional Emulator Command Line Options" field (sometimes you'll need to make the window larger) and finally paste "-partition-size 1024" there. Click Apply and then Run to use your emulator.
2- Go to Eclipse's Preferences, then Select “Launch” Add “-partition-size 1024” on the “Default emulator option” field, then click “Apply” and use your emulator as usual.
Source : http://stackoverflow.com/questions/4709137/solution-android-install-failed-insufficient-storage-error
Tuesday, May 1, 2012
Pending Intent Extras Problem
http://stackoverflow.com/questions/4689029/send-extra-data-via-pendingintent-problem
Subscribe to:
Posts (Atom)