
01-24-2012, 11:23 AM
|
| CrackBerry User | | Join Date: Dec 2011 Posts: 62 Likes Received: 20
Thanked 23 Times in 8 Posts
| |
Quote:
Originally Posted by aleem.114 I'm unable to use this HaTaX. I have all the required SDK (- Android SDK 2.3.3 API 10 revision 2; - Java JDK 7 update 2; -BlackBerry Tablet OS SDK for Adobe Air 1.1.1; Adobe Air 3.1 SDK) I have given the exact paths in the .bat file to android-sdk where I'd installed it (i.e. C:\android-sdk). But whenever I try to convert an .apk to a .bar file it says, "You have not entered your Android SDK path into the batch file,
or you have not loaded the proper SDK platform yet. (API10)
Please open "apk2bar-HaTaX.bat" with notepad and change line 12,
"SET ANDROIDSDK=" with the path to the Android SDK containing the
Android 2.3.3 (API10) SDK Platform.
EX:
SET ANDROIDSDK=C:\android-sdk
Exiting..."
I have also watched the video tutorial of it. And I've have done exact things according to the video. | It may be an issue with properly quoting the fully qualified filename. Try opening a command window ([Win]+[R], cmd, [enter]); drag hatax's batch to window and release; type a [space]; drag the apk to the window and release; press [enter]. Ensure that there is a double-quote around each path+filename. If not, redo and add the quotes as necessary. E.g., "c:\abc\blah blah.bat" "f:\123\not me.apk"
Thanked by Mikhou (01-25-2012)
|