.doc improved Android Builder doc

git-svn-id: svn://ultimatepp.org/upp/trunk@8828 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2015-08-21 13:00:45 +00:00
parent b5f28154d4
commit 870183059b
3 changed files with 1681 additions and 1706 deletions

View file

@ -322,11 +322,11 @@ bool AndroidBuilder::Link(const Vector<String>& linkfile, const String& linkopti
// In release mode we definitly shouldn't signing apk!!!
if(HasFlag("DEBUG")) {
String debugKeystorePath = GetSandboxDir() + DIR_SEPS + "debug.keystore";
if(!FileExists(debugKeystorePath)) {
if(!FileExists(debugKeystorePath)) {
PutConsole("Generating debug key...");
String keytoolCmd;
keytoolCmd << NormalizeExePath(jdk.GetKeytoolPath());
keytoolCmd << " -genkeypair -alias androiddebugkey -keypass android";
keytoolCmd << " -genkeypair -alias androiddebugkey -keypass android";
keytoolCmd << " -keystore " << debugKeystorePath;
keytoolCmd << " -storepass android -dname \"CN=Android Debug,O=Android,C=US\" -validity 100000";
//PutConsole(keytoolCmd);
@ -443,7 +443,7 @@ bool AndroidBuilder::AddSharedLibsToApk(const String& apkPath)
}
}
ChDir(androidProjectDir);
ChDir(androidProjectDir);
String aaptAddCmd;
aaptAddCmd << NormalizeExePath(androidSDK.AaptPath());
aaptAddCmd << " add " << apkPath;

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff