Android tips ( to be updated)

来源:互联网 发布:php explode() 编辑:程序博客网 时间:2024/04/28 01:44

1. Fail to build Android


2. Fail to build Android SDK via command "make sdk"
   1) make sure you areusing JDK1.5
      1.1) which java, javadoc
      1.2) set right path

3. Fail to lunch Android SDK
   1) NAND: could not createtemp file for system NAND disk image: 
          Permission denied (Linux environment)
     Root cuase: avd related files are stored in/tmp/android, but you may do not
               have permission tooperate it. 
     Solution: chmod 777 /tmp/android

     If you successfully build it, you can create AVDand lunch emulator in the following
     dir:
        $source_code_dir/out/host/linux-x86/sdk/android-sdk_eng.yourname_linux-x86/tools


0 0
原创粉丝点击