• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

QRPay - Money Transfer with QR Code Full Solution

QRPay - Money Transfer with QR Code Full Solution v4.3.0

No permission to download
Hello,

I'm experiencing a build error in my Flutter project with Android Studio. When editing my build.gradle file, I encountered the following error:
Build file 'C:\Users\broom\Documents\mashuseapp\android\app\build.gradle': 1: unable to resolve class com.FileInputStream
@ line 1, column 1.
import java.io.FileInputStream
Do you have any suggestions for solving this problem? Thank you!
 

Attachments

  • Capture.PNG
    Capture.PNG
    74.1 KB · Views: 18
  • Like
Reactions: DeStalker
who facing this problem while extracting the application ( build apk )
 

Attachments

  • xcxc.PNG
    xcxc.PNG
    56.6 KB · Views: 22
  • Like
Reactions: DeStalker
who facing this problem while extracting the application ( build apk )
The solution to your error is:
0. Open local.properties file and change:
flutter.buildMode=debug to flutter.buildMode=release
1. you need to create a file in the Android folder named: key.properties

2. Open key.properties file you just created and paste:
storePassword=SET YOUR PASSWORD HERE
keyPassword=AGAIN SET YOUR PASSWORD HERE
keyAlias=keyDeStalker (PUT ANY NAME OF YOUR KEY)
storeFile=C:/Users/User/Desktop/QRPay/keyDeStalker.jks

NOTE: Change the "User" to the name of your PC and the path as well.. In my case, if your folder is on the desktop then follow the path I put there.

3. then you need to run this CMD on VS Code or your Android Studio:
keytool -genkey -v -keystore keyDeStalker.jks -keyalg RSA -keysize 2048 -validity 10000 -alias keyDeStalker

NOTE: Change keyDeStalker to the name of your key.

Then you will get the keyDeStalker.jks file in the folder of your project files.

5. Then you can run:
flutter build apk --release --no-tree-shake-icons

This CMD will generate a Signed APK release that will be installed on your Android phone for testing the app.. if you want to generate an AAB file to publish on Play Store then hit this CMD:
flutter build appbundle --release --no-tree-shake-icons

LET ME KNOW IF THIS WORKS FOR YOU.
 
  • Like
Reactions: tngiro
The solution to your error is:
0. Open local.properties file and change:
flutter.buildMode=debug to flutter.buildMode=release
1. you need to create a file in the Android folder named: key.properties

2. Open key.properties file you just created and paste:
storePassword=SET YOUR PASSWORD HERE
keyPassword=AGAIN SET YOUR PASSWORD HERE
keyAlias=keyDeStalker (PUT ANY NAME OF YOUR KEY)
storeFile=C:/Users/User/Desktop/QRPay/keyDeStalker.jks

NOTE: Change the "User" to the name of your PC and the path as well.. In my case, if your folder is on the desktop then follow the path I put there.

3. then you need to run this CMD on VS Code or your Android Studio:
keytool -genkey -v -keystore keyDeStalker.jks -keyalg RSA -keysize 2048 -validity 10000 -alias keyDeStalker

NOTE: Change keyDeStalker to the name of your key.

Then you will get the keyDeStalker.jks file in the folder of your project files.

5. Then you can run:
flutter build apk --release --no-tree-shake-icons

This CMD will generate a Signed APK release that will be installed on your Android phone for testing the app.. if you want to generate an AAB file to publish on Play Store then hit this CMD:
flutter build appbundle --release --no-tree-shake-icons

LET ME KNOW IF THIS WORKS FOR YOU.
NOTE THIS WORKS FOR WINDOWS USERS ONLY IF YOU R USING MACOS LET ME KNOW.
 
Hello,

I'm experiencing a build error in my Flutter project with Android Studio. When editing my build.gradle file, I encountered the following error:
Build file 'C:\Users\broom\Documents\mashuseapp\android\app\build.gradle': 1: unable to resolve class com.FileInputStream
@ line 1, column 1.
import java.io.FileInputStream
Do you have any suggestions for solving this problem? Thank you!
PLEASE TRY TO RELEASE THE SIGNED APK. DON'T USE AN EMULATOR. YOU CAN FOLLOW MY PREVIOUS POST
 
The solution to your error is:
0. Open local.properties file and change:
flutter.buildMode=debug to flutter.buildMode=release
1. you need to create a file in the Android folder named: key.properties

2. Open key.properties file you just created and paste:
storePassword=SET YOUR PASSWORD HERE
keyPassword=AGAIN SET YOUR PASSWORD HERE
keyAlias=keyDeStalker (PUT ANY NAME OF YOUR KEY)
storeFile=C:/Users/User/Desktop/QRPay/keyDeStalker.jks

NOTE: Change the "User" to the name of your PC and the path as well.. In my case, if your folder is on the desktop then follow the path I put there.

3. then you need to run this CMD on VS Code or your Android Studio:
keytool -genkey -v -keystore keyDeStalker.jks -keyalg RSA -keysize 2048 -validity 10000 -alias keyDeStalker

NOTE: Change keyDeStalker to the name of your key.

Then you will get the keyDeStalker.jks file in the folder of your project files.

5. Then you can run:
flutter build apk --release --no-tree-shake-icons

This CMD will generate a Signed APK release that will be installed on your Android phone for testing the app.. if you want to generate an AAB file to publish on Play Store then hit this CMD:
flutter build appbundle --release --no-tree-shake-icons

LET ME KNOW IF THIS WORKS FOR YOU.
I tried this too and it didn't work
 
hello! who have

QRPay Merchant - Payment Gateway Solution v3.2.0?​

 
  • Like
Reactions: tngiro
who facing this problem while extracting the application ( build apk )
Hello, if you want to test the application and build it.

just comment out the "signingConfigs" section and also the declaration section above the gradle build.

with this will pass that
 
Who managed to build iOS? I need hands please...
 
version v4.0.0 (15-02-2024)
--[ADDED] Agent Panel (<a href="https://codecanyon.net/item/qrpay-agent-retailer-business-with-qr-code-android-and-ios-app/50733457" target="_blank">Get App</a>)
--[ADDED] Send Money [Agent App]
--[ADDED] Receive Money [Agent App]
--[ADDED] Add Money [Agent App]
--[ADDED] Money In [Agent App]
--[ADDED] Withdraw [Agent App]
--[ADDED] Bill Pay [Agent App]
--[ADDED] Mobile Top Up [Agent App]
--[ADDED] Multiple Language [Agent App]
--[ADDED] KYC verification [Agent App]
--[ADDED] 2FA Security [Agent App]
--[ADDED] PayPal Payment Gateway [Agent App]
--[ADDED] Stripe Payment Gateway [Agent App]
--[ADDED] Flutterwave Payment Gateway [Agent App]
--[ADDED] Razorpay Payment Gateway [Agent App]
--[ADDED] Pagadito Payment Gateway [Agent App]
--[ADDED] Coingate Payment Gateway [Agent App]
--[ADDED] Perfect Money Payment Gateway [Agent App]
--[ADDED] SSLCOMMERZ Payment Gateway [Agent App]
--[ADDED] Tatum Payment Gateway [Agent App]
--[UPDATED] dart and flutter (APP)
--[UPDATED] Documentation
 
  • Like
Reactions: Akin3600 and tngiro
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock