Arvind9597 opened a new issue, #1570:
URL: https://github.com/apache/cordova-android/issues/1570

   E/AndroidRuntime: FATAL EXCEPTION: main
       Process: com.example.practice2, PID: 29608
       java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.example.practice2/com.example.practice2.MainActivity}: 
java.lang.NumberFormatException: For input string: ""
           at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3449)
           at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3601)
           at 
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
           at 
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
           at 
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
           at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
           at android.os.Handler.dispatchMessage(Handler.java:106)
           at android.os.Looper.loop(Looper.java:223)
           at android.app.ActivityThread.main(ActivityThread.java:7656)
           at java.lang.reflect.Method.invoke(Native Method)
           at 
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
        Caused by: java.lang.NumberFormatException: For input string: ""
           at java.lang.Integer.parseInt(Integer.java:627)
           at java.lang.Integer.parseInt(Integer.java:650)
           at com.example.practice2.MainActivity.onCreate(MainActivity.java:21)
           at android.app.Activity.performCreate(Activity.java:7994)
           at android.app.Activity.performCreate(Activity.java:7978)
           at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
           at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3422)
           at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3601) 
           at 
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
 
           at 
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
 
           at 
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
 
           at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066) 
           at android.os.Handler.dispatchMessage(Handler.java:106) 
           at android.os.Looper.loop(Looper.java:223) 
           at android.app.ActivityThread.main(ActivityThread.java:7656) 
           at java.lang.reflect.Method.invoke(Native Method) 
           at 
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
 
           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to