I have followed the instructions to the letter and I have download the Android OS Source code as per instructions, and when says to run the "make" command, I get this output:
Code:
hamish@hamish-laptop:~/mydroid$ make
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=AOSP
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
I've installed eclipse and android manually at /opt. How do I make /opt/android writable by eclipse ? I don't want to chmod it to 777. Specifically I need to know the group eclipse belongs to.
I installed everything and am running android OS on Ubuntu (using androidphonedriver guide). The problem I'm having now is that I don't know how to install android market application to be able to install other apps like opera etc.).
I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...
I just installed the JDK, SDK, Eclipse successfully (or I assume):
* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).
** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,
I am trying to use scp in order to copy files from an ubuntu machine to my Android phone. I use connectbot to log in to my ubuntu. However, when I use scp I get an error as if the destination does not exist. The destination is /mnt/sdcard/download on myAndroid 2.2.
I want to gave much details as possible. working directory (~/a1/shell) in the shell directory i have Makefile. also in the shell directory i have subdirectory's (obj, src, include)
My current Makefile
Quote:
#What needs to be built to make all files and dependencies
clean:
# End of Makefile
I wanted it so: all .o files are created in the obj subdirectory, and my application, sshell, is created in the shell directory.
I am getting this error when i run the make run: No rule to make target 'shell.h', needed by 'shutil.o'. stop
I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...
I have installed a copy Fedora core 10 with the Eclipse C++ CDT feature. I am getting the following error when I do a project build for the "HelloWorld.cpp" Eclipse sample program: make: *** [HelloWorld.o] error 127
I am somewhat certain it is caused by an improper or incomplete configuration of Eclipse C++ CDT. Can anyone provide detailed instructions for configuring the Eclipse C++ CDT?
I've been trying to install the latest version of Emacs from source but I'm running into a trouble. The commands "./configure" and "make" work just fine. However, when I run "sudo checkinstall" I get a message saying that makeinfo is missing:
Code: makeinfo is missing - cannot build manuals make: *** [info] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. What is Error 1
I need to flash my BIOS to get rid of an error: "Intel uCode loading error". On [URL] I have found a tutorial, that looks to be fine. I can even see in the comments, that somebody have done this with success from Ubuntu 9.04, the very same system, that I use. Nevertheless I cannot make this bootCD with my Ubuntu 9.04, as it doesn't know the loop option to mount the image.
In the tutorial it says: "Requirements for this step is that you have support for the vfat and loop file systems in the kernel. Or you can have those features compiled as modules. In the latter case you can load the modules before the next step, like this:
modprobe vfat modprobe loop"
loop doesn't seem to be present in my system, and the command modprobe loop returns an error that the module is not available. I tried to follow the tutorial anyway, but with no success. How can I get the module lopp? I also want to use it to make iso images bootsble from the harddisk.
I have installed it++ on suse11.2 I have downloaded an example project and everytime i try to "make"..error "/bin/sh: line 1: .dependencies: Permission denied" comes up.I have tried to run as root but this hangs on "checking dependencies" and gives no action.
After the config. stage and when i try to 'make' ideviceinstaller', I get the following error:
Code:
april@ubuntu:~/Desktop/ideviceinstaller-1.0.0$ make make all-recursive make[1]: Entering directory `/home/april/Desktop/ideviceinstaller-1.0.0' Making all in src
I'm trying to compile gtkglArea-1.99.0 but I think I'm running into a linking error. This is the error exactly : /usr/bin/ld: cannot find -lGLU. I have the OpenGL and GTK+ libraries, well ./configure runs with no errors so I assume I have everything I need. Does anyone know how to fix the error in order for me to run make properly?
I need to use myevlavid2 on ns2 which is only supported for ns2 version up to ns2.30 (is not supported for newer ns2 versions): [URL] The NS installation went through well. After applying all the changes as given in the myevalvid2 installation guide, I ran the 'make' command, this is an extract of what I got:
I have been trying to install a new driver for my wireless USB adapter, and I've been getting some "make" command problems and error messages. Specifically, I am installing the RaLink rt2570 USB Enhanced Driver to work with my Linksys WUSB100 adapter (chipset RaLink Rt2870).
I downloaded the package and used the readme from inside the package here:[url]
Here's what I have done directly after download to my desktop:
I'm trying to install these tools so I can get root on my HTC evo. I'm not a developer so I don't need all the dev software. I just need adb so I can move some files. I have no idea what I'm doing or what the prerequisites are for the sdk software.
I have Ubuntu 10.04 running on my laptop. IBM R51 Been running for some time fine.I bought an android Acer Iconia A500 tablet. It has a usb port and I can plug it into my windows machine fine and see the drive etc.I plug it into my Ubuntu system and nothing mounts. I have tried several searches in google but what they say to do does not work.Is there any plans to fix this soon? I hate to boot windows to load files to my Acer.
I'm trying to install Ubuntu 9.10. When it got to the "partition manager" stage of the installation, not only was I not able to decrease the Windows partition's size, I was also told that there was an error when partitioning and that the process has been aborted, I'm now just using the Ubuntu Live CD..
does the android sdk work on ubuntu 64bit 10.04 becuase I try to run it in terminal, this is what i get.i cd to the tools directory and then sudo adb no file or directory sh adb: adb 1: syntax error:"(" unexpected
I am trying to get Eclipse and the Android SDK working in Ubuntu. So far everything works except when you try to create a new Android project and, the build target area is grayed out. Why? I did run the android tool inside the sdk folder and created and Android 2.2 AVD. Why is it not reading it?