"What are the building requirements (on Eclypse) to permit an app to be decompiled by Apktool ?"
I did some tests and couldn't find any rules... For example, i built an empty app (i just created it and exported it the project to an apk file), the building options were :
Minimum : API 14, Android 4.0
Targeting : API 14, Android 4.0
Compile With : API 14, Android 4.0
And i couldn't decompiled the apk... Anyway, i can't decompiled ANY of my apps ! What do i have to change in the building options? I did my tests on Apktool 1.4.3 and 2.0.0 Also, proguard isn't activated. This link says that it could have problem for building versions upper than 21.1.1 but that it was fixed in ApkTool 2.0.0... https://code.google.com/p/android-apktool/issues/detail?id=680