のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2016-09-01から1ヶ月間の記事一覧

VC++ Directories

$(IncludePath);$(ISenseIncludePath)

"xsd.exe"。指定されたファイルが見つかりません。

1>TRACKER : error TRK0005: 検索できませんでした: "xsd.exe"。指定されたファイルが見つかりません。 1>

windows ubuntu ssh

uubunt.blogspot.jp

fatal: Not a valid object name: 'master'.

masterブランチがないので、作ろうとしたら、エラーになった。 $ git branch master fatal: Not a valid object name: 'master'.kuwasa.hatenablog.com

mscmakeがどうしてうごくのかわからない

どうしてbscmakeが動くんだろう? 重大度レベル コード 説明 プロジェクト ファイル 行 抑制状態 エラー BK1506 ファイル 'x86\Debug\SkBitmapRegionCanvas.sbr' を開けません。: No such file or directory SkiaStaticLibrary D:\android\github\VsSkia\Ski…

ubuntu16.04でネットワークエラー フォルダにアクセスできません

ubuntuでファイル共有したのに、アクセスできなくなったので 調べたときの途中経過を記します。 途中は、間違えてるかもしれないです。最終的には、ホームのアクセス権を変えました。 $sudo smbpasswd -e nobody Failed to find user nobody in passdb backe…

session closed for user nobody

smbd: pam_unix(samba:session): session closed for user nobody smbd: message repeated 4 times: [ pam_unix(samba:session): session closed for user nobody]

bscmake 指定されたファイルが見つかりません

エラー TRK0005 検索できませんでした: "bscmake.exe"。 指定されたファイルが見つかりません。 D:\android\github\VsSkia\SkiaStaticLibrary\SkiaStaticLibrary\TRACKER1>..\..\..\platform_external_skia\src\utils\SkWhitelistChecksums.cpp(50,18): warn…

git ps1

export PS1='[\w]:\[\033[01;32m\]$(if git status &>/dev/null;then echo $(parse_git_branch);fi)\[\033[00m\]$'GIT_PS1_SHOWDIRTYSTATE=true export PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;31m\]\W$(__git_…

ssh-keyscan github

ssh-keyscan github.com >> ~/.ssh/known_hostsqiita.com

git github ssh

qiita.com

Skia SkEndianSwap16

226 /* 227 * Get a short from a buffer 228 * This method is unsafe, the caller is responsible for performing a check 229 */ 230 inline uint16_t get_short(uint8_t* buffer, uint32_t i) { 231 uint16_t result; 232 memcpy(&result, &(buffer[i]),…

Vs2015 Android SkiaLib

D:\android\git\libjpeg-turbo; d:\android\github\platform_external_libpng; D:\android\github\platform_external_skia\include\codec; d:\android\github\platform_external_skia\include\private; D:\android\github\platform_external_skia\src\codec;…

ubuntu bitbucket key

qiita.comdotnsf.blog.jp

jack-admin server-stat

$ ./prebuilts/sdk/tools/jack-admin server-statGetting statistic from background server date: 1474023838867 [Fri Sep 16 20:03:58 JST 2016] server.compilation: 0 server.compilation.max: 0 server.compilation.current: 0 server.forward: 0 serve…

git --no-index

ブランチに、--no-indexを使うとエラーになる。 git diff --color-words --no-index remotes/origin/nougat-release remotes/origin/marshmallow-release > skia_diff.txt error: Could not access 'remotes/origin/nougat-release'>git diff --color-words …

git diff html

stackoverflow.com

git 差分

git diff remotes/origin/nougat-release remotes/origin/marshmallow-release windows git >git diff remotes/origin/nougat-release remotes/origin/marshmallow-release > skia_diff warning: inexact rename detection was skipped due to too many file…

Android Studio AOSP

AOSP Sources in the IDE - NewCircle Training

別のフォルダでmakeしたとき

ヒープがたりないのかな? 4GB割り当てたんだけどな。VMのメモリを6Gから8Gへ増やしてみる。 Java heap space. Try increasing heap size with java option '-Xmx<size>'. Warning: This may have produced partial or corrupted output.warning: string 'map_defa</size>…

flash-allと flash-baseの違い

baseはbootloaderだけ書き換える。 $ cat flash-all.sh#!/bin/sh # Copyright 2012 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the Lic…

android studio lib

$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package lib32bz2-1.0 E: Couldn't find any package by glob '…

bash alias

alias fb='sudo `which fastboot`' alias cdout='cd $ANDROID_PRODUCT_OUT'

ubuntu fastboot error

$ fastboot devices no permissions (verify udev rules); see [http://developer.android.com/tools/device.html] fastbootEstablishing a Build Environment | Android Open Source Project Configuring USB Accessルート権限が必要なのか。 $ sudo /home/…

env android

$ env | grep ANDROID ANDROID_DEV_SCRIPTS=/home/user01/ng700_r1_org/android/development/scripts :/home/u01/ng700_r1_org/android/prebuilts/devtools/tools :/home/u01/ng700_r1_org/android/external/selinux/prebuilts/bin ANDROID_PRE_BUILD_PATHS=…

windowsのbashでrepo

$ repo init -u https://android.googlesource.com/platform/manifest -b android-7.0.0_r1$ repo syncrepo syncの途中でエラーが出た。 WindowsのDドライブのフォルダへ書いたのが問題なのかな? もう一回、repo syncをやってみたけど、同じエラーだ。 Chec…

git容量の大きなリポジトリ

qiita.com Maintaining a Git Repository - Atlassian Documentation ~/ng700_r1/android/frameworks/base$ git_find_big.sh All sizes are in kB's. The pack column is the size of the object, compressed, inside the pack file. size pack SHA location…

WindowsでBash

Windowsでrepoを使ってみようと思い、 Linux Subsystemを入れてみた。qiita.com

Android build error

Note: Recompile with -Xlint:unchecked for details. [ 30% 14176/47044] Building with Jack: out/t...ore-all_intermediates/with-local/classes.dex FAILED: /bin/bash out/target/common/obj/JAVA_LIBRARIES/core-all_intermediates/with-local/classes…

android build error

build/core/binary.mk:664: warning: overriding commands for target `out/host/linux-x86/gen/STATIC_LIBRARIES/libaapt2_intermediates/proto/frameworks/base/tools/aapt2/Format.pb.cc' build/core/binary.mk:664: warning: ignoring old commands for …