
1: I use Apktool to unpack EbookReader.apk and made some changes.
but some errors occured when I bulid it to apk.
Code:
D:\apk>java -jar apktool.jar b EbookReader
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.common.
ption: could not exec command: [aapt, p, -F, C:\DOCUME~1\ADMINI~1\LOCALS
APKTOOL4651201101303012885.tmp, -I, C:\Documents and Settings\Administra
ool\framework\1.apk, -S, D:\mo\apk\EbookReader\res, -M, D:\mo\apk\EbookR
droidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResou
a:193)
....
2: Need edited apk files to be re-signed? How?
3: How to install edited apk files to non-rooted device?