Android Question SDK bat file not found

Beja

Expert
Licensed User
Longtime User
Hi all,
Today I installed the Android SDK (clean installation, but when I tried to compile the b4a project I got this msg:
Organizing libraries. Error
Maven artifact not found: com.android.support/support-v4
Source: RuntimePermissions

any meaning appreciated..
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Delete the Android SDK.
Download the two components and unzip them with 7zip.

No need to run sdk manager.
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Delete the Android SDK.
Download the two components and unzip them with 7zip.

No need to run sdk manager.

Hi Erel,

Thanks and that error message was removed and not showing any more.. but there's a new error: "Private key" error
Any meaning appreciated..
I have created a new key and package name from 'Build Configuration'
Signing package file (private key). Error
Failed to load signer "signer #1"
java.io.FileNotFoundException: keyfile00 (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at com.android.apksigner.SignerParams.loadKeyStoreFromFile(SignerParams.java:352)
at com.android.apksigner.SignerParams.loadPrivateKeyAndCertsFromKeyStore(SignerParams.java:239)
at com.android.apksigner.SignerParams.loadPrivateKeyAndCerts(SignerParams.java:181)
at com.android.apksigner.ApkSignerTool.getSignerConfig(ApkSignerTool.java:368)
at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:291)
at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:84)
 
Upvote 0
Top