Android: Difference between revisions
Jump to navigation
Jump to search
(→Github) |
No edit summary |
||
Line 7: | Line 7: | ||
== Ubuntu == | == Ubuntu == | ||
Just uncompress adt-bundle-linux-xxx.zip and run the file <eclipse>. It just works! | |||
== Windows == | == Windows == | ||
Line 24: | Line 24: | ||
== Where to find the apk files on devices == | == Where to find the apk files on devices == | ||
See [http://stackoverflow.com/questions/12175904/where-can-i-find-the-apk-file-on-my-device-when-i-download-any-app-and-install here]. It is located under '''/data/app/'''. | See [http://stackoverflow.com/questions/12175904/where-can-i-find-the-apk-file-on-my-device-when-i-download-any-app-and-install here]. It is located under '''/data/app/'''. | ||
== Failed to install HelloWorld.apk on device (null) Error == | |||
http://stackoverflow.com/questions/5229906/android-failed-to-install-helloworld-apk-on-device-null-error |
Revision as of 09:06, 17 December 2013
SDK
http://developer.android.com/sdk/index.html#ExistingIDE
Redhat
At the step of Running your app I cannot run app from Eclipse. The command line way does not work.After several tries, it seems the RHEL does not have an updated Ant package (currently it is 1.7 but I need 1.8). Give up.
Ubuntu
Just uncompress adt-bundle-linux-xxx.zip and run the file <eclipse>. It just works!
Windows
Useful Apps
Network Signal Info
CPU-Z
Github
The source code is hosted on https://github.com/github/android
Basic(s)
Where to find the apk files on devices
See here. It is located under /data/app/.