mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.doc improved Android Builder doc
git-svn-id: svn://ultimatepp.org/upp/trunk@8828 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b5f28154d4
commit
870183059b
3 changed files with 1681 additions and 1706 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue